Range Methods TIBCO Spotfire 6.0 API Reference
The Range type exposes the following members.
Methods

  NameDescription
Public methodClamp
Clamps the specified value to this range. That is, the returned value will be within this range.
Public methodContains
Determines whether the specified value is within the range.
Public methodEquals
Compare for equality.
(Overrides ValueType Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Calculates hash code for a range.
(Overrides ValueType GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string representation of the range.
(Overrides ValueType ToString .)
Back to Top
See Also