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