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

2.0

Hierarchy (view full)

Methods

  • Casts this object to the specified type. Throws error on failure.

    Type Parameters

    • T1

      The target type of the cast.

    • T2

      The type of the object to cast.

    Parameters

    Returns T1

  • Casts this object to the specified type. Returns null on failure.

    Type Parameters

    • T1

      The target type of the cast.

    • T2

      The type of the object to cast.

    Parameters

    Returns null | T1

  • Determines whether the specified object instances are considered equal.

    Parameters

    • objA: any

      The first object to compare.

    • objB: any

      The second object to compare.

    Returns boolean

    true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.

Default capability

  • get High(): unknown
  • Gets the high limit of the range.

    Returns unknown

    2.0

  • get IsFullRange(): boolean
  • Gets a value indicating whether or not this range is full, having both the low and high properties set to their respective Spotfire.Dxp.Application.Filters.ValueRange.Endpoint values.

    Returns boolean

    2.0

  • get IsValidRange(): boolean
  • Gets a value indicating whether or not this range is valid.

    Returns boolean

    2.0

  • get Low(): unknown
  • Gets the low limit of the range.

    Returns unknown

    2.0

  • Indicates whether this instance and a specified object are equal.

    Parameters

    • obj: any

      Another object to compare to.

    Returns boolean

    true if obj and this instance are the same type and represent the same value; otherwise, false.

    2.0

  • Returns the hash code for this instance.

    Returns number

    A 32-bit signed integer that is the hash code for this instance.

    2.0

  • Returns the fully qualified type name of this instance.

    Returns string

    A System.String containing a fully qualified type name.

    2.0