DiagnosticsValue Constructor (Double) |
Construct a value with the specified double as value
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public DiagnosticsValue(
double value
)
Public Sub New (
value As Double
)
public:
DiagnosticsValue(
double value
)
Parameters
- value
- Type: SystemDouble
[Missing <param name="value"/> documentation for "M:DHI.Mike1D.Generic.DiagnosticsValue.#ctor(System.Double)"]
See Also