IntervalUpperBound Property
|
Property that represents the upper bound of
this interval. This value is meaningful if and only if the interval
has an upper bound.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double UpperBound { get; }
Public ReadOnly Property UpperBound As Double
Get
public:
property double UpperBound {
double get ();
}
member UpperBound : float with get
Property Value
Double
See Also