Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.Range struct. Copy constructor.
Range to copy.
Initializes a new instance of the Spotfire.Dxp.Data.Range struct.
Static
Readonly
EmptyEmpty range. Both Low and High are 0.
Static
Readonly
InvalidInvalid range. No operations except IsInvalid are allowed.
Static
Readonly
UnitUnit range. Low is 0 and High is 1.
Gets the high limit of the range.
Gets a value indicating whether the range is empty or not.True Returns true if the range is an empty (point) interval.
Gets a value indicating whether the range is a unit range. Returns true if the range is a unit range [0, 1].
Gets a value indicating whether the range is valid or not.
Gets the low limit of the range.
Gets the mid-point of the range. Equal to (Low + High)/2.
Gets the width of the range. Equal to High - Low.
Clamps the specified value to this range. That is, the returned value will be within this range.
The value.
Clamped value.
Determines whether the specified value is within the range.
The value to check.
true if the specified value is within the range; otherwise, false.
A Range represents a double-precision floating-point interval.
Since
2.0