Click or drag to resize

Interval Constructor (Double, Double)

Initializes a new instance of the Rhino.Geometry.Interval class.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Interval(
	double t0,
	double t1
)

Parameters

t0
Type: SystemDouble
The first value.
t1
Type: SystemDouble
The second value.
See Also