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
)
Public Sub New (
t0 As Double,
t1 As Double
)
Parameters
- t0
- Type: SystemDouble
The first value. - t1
- Type: SystemDouble
The second value.
See Also