バージョン

Ceiling(Double) メソッド

x 以上の場合、最小の integer を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Ceiling( _
   ByVal x As Double _
) As Double
public static double Ceiling( 
   double x
)

パラメータ

x
double。

戻り値の型

x の上限。
参照