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