math docs
Preparing search index...
index
remapClamp
Function remapClamp
remapClamp
(
value
:
number
,
inLow
:
number
,
inHigh
:
number
,
outLow
:
number
,
outHigh
:
number
,
)
:
number
Remaps a number from one range to another, clamping the result to the output range.
Parameters
value
:
number
inLow
:
number
inHigh
:
number
outLow
:
number
outHigh
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Remaps a number from one range to another, clamping the result to the output range.