|
Interval3Length Property
|
Gets the signed length of the numeric range.
If the interval is decreasing, a negative length will be returned.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double Length { get; }
Public ReadOnly Property Length As Double
Get
public:
virtual property double Length {
double get () sealed;
}
abstract Length : float with get
override Length : float with get
Property Value
Type:
DoubleImplements
IIntervalLength
See Also