Grows the
Interval to include the given number.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public void Grow(
double value
)
Public Sub Grow (
value As Double
)
Parameters
- value
- Type: SystemDouble
Number to include in this interval.
See Also