min

メソッド Type method
Math.min(1,2) Format Math.min (value1, value 2)
Commentary
2つのを比較し小さいを返します。 2 returns a small value compared to the value of one.
サンプルコード Sample code
n = inputs[0]; n = inputs [0];
outputs[0] = Math.min(n,0.5); outputs [0] = Math.min (n, 0.5);