max

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