移動先: 概要 戻り値 関連項目. MEL 例.
ceil float
ceil は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
ceil 2; // Result: 2 // ceil 2.42; // Result: 3 // ceil -2.82; // Result: -2 //