round

メソッド Type method
Math.round() Format Math.round (value)
Commentary
を四捨五入します。 The rounded values.
サンプルコード Sample code
outputs[0] = Math.round(inputs[0]); outputs [0] = Math.round (inputs [0]);