Click or drag to resize

OptionDouble Constructor (Double, Boolean, Double)

Initializes a new instance of the double option class.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public OptionDouble(
	double initialValue,
	bool setLowerLimit,
	double limit
)

Parameters

initialValue
Type: SystemDouble
The initial number .
setLowerLimit
Type: SystemBoolean
If true, limit sets the lower limit and upper limit is undefined. If false, limit sets the upper limit and lower limit is undefined.
limit
Type: SystemDouble
The lower limit if setLowerLimit is true; otherwise, the upper limit.
See Also