Interval Constructor (Double, Double) |
Initializes a new instance of the Rhino.Geometry.Interval class.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also