リファレンス constrain()

constrain()

数値を最小値と最大値の間に制限します。

実例

シンタックス

constrain(n, low, high)

パラメーター

n
Number:

制限する数値。

low
Number:

最小値。

high
Number:

最大値。

リターン

Number: 制限された数値。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!

関連するリファレンス