Skip to content
FunctionCollision & Math@public

clamp01

Restricts a number to the inclusive unit range from 0 to 1.

ts
export declare function clamp01(value: number): number

Parameters

ParameterTypeDescription
valuenumber-

Returns

number

Released under the MIT License.