ceil
種類
メソッド
書式
Math.ceil(値)
解説
値を切り上げます。
サンプルコード
outputs[0] = Math.ceil(inputs[0]);
実際のスクリプトを
ダウンロード