RhinoCommon API
GetIntegerSetLowerLimit Method |
Sets a lower limit on the number that can be returned.
By default there is no lower limit.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

public void SetLowerLimit( int lowerLimit, bool strictlyGreaterThan )
Public Sub SetLowerLimit ( lowerLimit As Integer, strictlyGreaterThan As Boolean )
Parameters
- lowerLimit
- Type: SystemInt32
smallest acceptable number. - strictlyGreaterThan
- Type: SystemBoolean
If true, then the returned number will be > lower_limit.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14