Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/general
addValueWithOverflow
Function addValueWithOverflow
add
Value
With
Overflow
(
value
,
add
,
min
,
max
)
:
number
Adds a value to another value and wraps around on the min and max values.
Parameters
value
:
number
add
:
number
min
:
number
max
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Adds a value to another value and wraps around on the min and max values.