StaticEqualsDetermines 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.
Static ReadonlyEmptyEmpty range. Both Low and High are 0.
Static ReadonlyInvalidInvalid range. No operations except IsInvalid are allowed.
Static ReadonlyUnitUnit range. Low is 0 and High is 1.
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