• Like css clamp expression

    Returns

    the value between min and max

    Parameters

    • n: number

      the basic value

    • min: number

      the minumum value

    • max: number

      the max value

    Returns number

Generated using TypeDoc