kmplitert
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmplitert
tool
/
io.github.kmplitert.tool.expand
/
clamp
clamp
fun
FloatArray
.
clamp
(
min
:
Float
,
max
:
Float
)
:
FloatArray
Clamps the values in the
FloatArray
within the range
[min, max]
.