IDiagnosticsValue Interface |
Namespace: DHI.Mike1D.Generic
The IDiagnosticsValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | DoubleValue |
Double value. Use when HasUnitValue is true.
|
![]() | HasUnitValue |
Bool specifying whether this value has a unit.
|
![]() | StringValue |
Value as a string. Use when HasUnitValue is false.
|
![]() | Unit |
Unit for DoubleValue. Use when HasUnitValue is true.
|