ValueRange Members TIBCO Spotfire 6.0 API Reference
The ValueRange type exposes the following members.
Constructors

  NameDescription
Public methodValueRange(ValueRange)
Initializes a new instance of type ValueRange given a range to copy.
Public methodValueRange(Object, Object)
Initializes a new instance of type ValueRange.
Back to Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(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
Returns the hash code for this instance.
(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 the fully qualified type name of this instance.
(Overrides ValueType ToString .)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Tests two object of type ValueRange for equality.
Public operatorStatic memberInequality
Tests two object of type ValueRange for inequality.
Back to Top
Properties

  NameDescription
Public propertyHigh
Gets the high limit of the range.
Public propertyIsFullRange
Gets a value indicating whether or not this range is full, having both the low and high properties set to their respective [t:Endpoint] values.
Public propertyIsValidRange
Gets a value indicating whether or not this range is valid.
Public propertyLow
Gets the low limit of the range.
Back to Top
See Also