バージョン

Size(ComplexMatrix) メソッド

x のサイズを返します。
シンタックス
'宣言
 
Public Overloads Shared Function Size( _
   ByVal x As ComplexMatrix _
) As Vector
public static Vector Size( 
   ComplexMatrix x
)

パラメータ

x
ComplexMatrix

戻り値の型

x の次元を含む Vector
参照