Ceil
<evalcmd> Ceil && double && Rounded input value. && value && double && Input value. </evalcmd>
Rounds the input value up to the nearest integer (toward positive infinity).
Output( Ceil(1.6) );
--> 2.000000
最后更新于
<evalcmd> Ceil && double && Rounded input value. && value && double && Input value. </evalcmd>
Rounds the input value up to the nearest integer (toward positive infinity).
Output( Ceil(1.6) );
--> 2.000000
最后更新于