floor
メソッド
Type method
Math.floor()
Format
Math.floor (value)
Commentary
を切り下げます。
切RI下GEMASU value.
サンプルコード
Sample code
outputs[0] = Math.floor(inputs[0]);
outputs [0] = Math.floor (inputs [0]);
ダウンロード
Download
the actual script