バージョン

Ceiling(Complex) メソッド

x の実部および虚部以上である最小 integer から構成される Complex 数を返します。
シンタックス
'宣言
 
Public Overloads Shared Function Ceiling( _
   ByVal x As Complex _
) As Complex
public static Complex Ceiling( 
   Complex x
)

パラメータ

x
複素数。

戻り値の型

x の上限。Ceiling(Re{x}) + i*Ceiling(Im{x}).
参照