Preparing search index...
The search index is not available
melonjs
melonjs
math
clamp
Function clamp
clamp
(
val
,
low
,
high
)
:
number
clamp the given value
Parameters
val
:
number
the value to clamp
low
:
number
lower limit
high
:
number
higher limit
Returns
number
clamped value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
melonjs
Loading...
clamp the given value