GetNumberSetUpperLimit Method |
Sets an upper limit on the number that can be returned.
By default there is no upper limit.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void SetUpperLimit(
double upperLimit,
bool strictlyLessThan
)
Public Sub SetUpperLimit (
upperLimit As Double,
strictlyLessThan As Boolean
)
Parameters
- upperLimit
- Type: SystemDouble
largest acceptable number. - strictlyLessThan
- Type: SystemBoolean
If true, then the returned number will be < upper_limit.
See Also