Float njRoundOff( n ) Float n
y1 = njRoundOff( 2.8f ); y2 = njRoundOff( -2.8f ); /* Result */ y1 = 2.000000 y2 = -2.000000