バージョン

Ceiling(ComplexMatrix) メソッド

ComplexMatrixx の各要素の上限と共に返します。
シンタックス
'宣言
 
Public Overloads Shared Function Ceiling( _
   ByVal x As ComplexMatrix _
) As ComplexMatrix
public static ComplexMatrix Ceiling( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix。

戻り値の型

y[i] = Ceiling(x[i]) である ComplexMatrix y。
参照