non-gon
    Preparing search index...

    Function isBetweenOrdered

    • Checks if a value is within the specified bounds (inclusive).

      Parameters

      • val: number

        The value to check.

      • lowerBound: number

        The lower bound.

      • upperBound: number

        The upper bound.

      Returns boolean

      True if val is between lowerBound and upperBound.