Real Parameter(String, Double, Double, String) Constructor
Creates a new instance of the double precision-valued parameter class.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public RealParameter(
string name,
double value,
double defaultValue,
string unit
)VB
Public Sub New (
name As String,
value As Double,
defaultValue As Double,
unit As String
)Parameters
Remarks
The upper bound is set to Double.MaxValue (1.79769313486232e308) and the
lower bound is set to Double.MinValue (negative 1.79769313486232e308).
The mode is set to CapeParamMode.CAPE_INPUT_OUTPUT.
The dimensionality of the parameter is determined from the unit string.