<< Click to Display Table of Contents >>
マニュアル > コントロールリファレンス > ルート > ルートメソッド >
切り上げした数を求める。
構文
Math.Ceil(
val
)
パラメータ
型:
数値
元値
戻り値
結果値。
解説
切り上げした数を求めます。配列で指定した場合、すべての要素を切り上げた値を配列として返します。
なお、負の数を指定した場合、指定した数値よりも正の数寄りの整数を返します(例:3.3を指定した場合は4が返る。-5.3を指定した場合は-5が返る(-6ではない))。
サポート対象
○
スクリプトアクション
サーバのスクリプトVer2アクションで使用可能
ブラウザスクリプト
ブラウザのスクリプトにて使用可能
演算式構文
演算式構文(バインド書式など)にて使用可能
参照
Math.Abs
Math.Ceil
Math.Floor
Math.Ave
Math.Sum
Math.Max
Math.Min
Math.Median
Math.Mode
Math.Random
Math.Log / Math.Log10
Math.Pow
Math.Sqrt
Math.Nthroots
Math.AddingUp
Math.StDev
Math.Correl
Math.LineSt
Math.Sin/Cos/Tan/Asin/Acos/Atan
Math.Exp
Math.LinearTrans (Math.LT)
Math.PowerFactorTrans (Math.PT)
Math.Summary
Math.Round