
floor(3)              LPC 系統函數              floor(3)

名稱
     floor() - round a float down to the nearest integer

語法
     float floor( float f );

描述
     Returns (as a float) the nearest integer number equal to  or
     smaller than f.

請參考
     ceil(3), to_int(3), to_float(3)

MudOS                Last change: 5 Sep 1994                    1

