ValueRange Structure

Spotfire 14.3 API Reference
A ValueRange represents an interval in a scale containing values of arbitrary types. The range is defined by the properties High and Low.

Namespace:  Spotfire.Dxp.Application.Filters
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public struct ValueRange : ISerializable

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.
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 ValueRangeEndpoint values.
Public propertyIsValidRange
Gets a value indicating whether or not this range is valid.
Public propertyLow
Gets the low limit of the range.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetObjectData
Implements ISerializable.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
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.
Top
Remarks

Do not use the empty constructor of this struct to create new instances. Doing so will cause the range to be invalid.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference