Interval Constructor (Double)
|
Initializes a new instance of the
Interval class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public Interval(
double tolerance
)
Public Sub New (
tolerance As Double
)
public:
Interval(
double tolerance
)
new :
tolerance : float -> Interval
Parameters
- tolerance
- Type: SystemDouble
See Also