You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clamp native AI script function is used to restrict a value between two limits. The function returns the value clamped between the two limits provided.
The low bound is the minimum value of the two limits provided, while the upper bound is the maximum value. If the input value is out of the specified bounds, the function returns the nearest limit value.