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)
Since: 5.0
Syntax 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.
See Also