
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

