Floor
<evalcmd> Floor && double && Rounded input value. && value && double && Input value. </evalcmd>
Rounds the input value down to the nearest integer (toward negative infinity).
Output( Floor(1.6) );
--> 1.000000
最后更新于
<evalcmd> Floor && double && Rounded input value. && value && double && Input value. </evalcmd>
Rounds the input value down to the nearest integer (toward negative infinity).
Output( Floor(1.6) );
--> 1.000000
最后更新于