#include <Ninja.h> Float njRoundOff( n ) Float n
y1 = njRoundOff( 2.8f ); y2 = njRoundOff( -2.8f ); 結果 y1 = 2.000000 y2 = -2.000000