Interval(Int32, Double, 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(
int boundedBelow,
double bound,
double tolerance
)
Public Sub New (
boundedBelow As Integer,
bound As Double,
tolerance As Double
)
public:
Interval(
int boundedBelow,
double bound,
double tolerance
)
new :
boundedBelow : int *
bound : float *
tolerance : float -> Interval
Parameters
- boundedBelow Int32
-
- bound Double
-
- tolerance Double
-
See Also