figureone
    Preparing search index...

    Interface OBJ_RangeBounds

    Range bounds object definition.

    A range bounds defines a minimum and maximum value.

    • min number | null — minimum value boundary, null for unbounded (null)
    • max number | null — maximum value boundary, null for unbounded (null)
    • precision number — precision with which to calculate boundary intersect and contains (8)