Skip to main content

CommonClamp

Callable

  • CommonClamp(value, min, max): number

  • Return a value clamped to a minimum and maximum


    Parameters

    • value: number
    • min: number
    • max: number

    Returns number