Click or drag to resize

IntervalGrow Method

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
)

Parameters

value
Type: SystemDouble
Number to include in this interval.
See Also