Action
    Preparing search index...

    ConditionValue is used to specify values used in conditional coloring.

    2.0

    Hierarchy (View Summary)

    Index

    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

    • Returns a string that represents the current object.

      Returns string

      A string that represents the current object.

    • 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

    AverageValue: ConditionValue

    2.0

    2.0

    MaxValue: ConditionValue

    2.0

    MedianValue: ConditionValue

    2.0

    MinValue: ConditionValue

    2.0

    • get Value(): unknown

      Gets the value of this ConditionValue.

      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