Interval Constructor (Double, Double)

Interval Constructor (Double, Double)

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Interval(
	double t0,
	double t1
)
Public Sub New ( 
	t0 As Double,
	t1 As Double
)

Parameters

t0
Type: SystemDouble
The first value.
t1
Type: SystemDouble
The second value.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also