OptionDouble Constructor (Double, Boolean, Double)

OptionDouble Constructor (Double, Boolean, Double)

Initializes a new instance of the double option class.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public OptionDouble(
	double initialValue,
	bool setLowerLimit,
	double limit
)
Public Sub New ( 
	initialValue As Double,
	setLowerLimit As Boolean,
	limit As Double
)

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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also