バージョン

ToString(Matrix) メソッド

行列の文字列表示を取得します。
シンタックス
'宣言
 
Public Overloads Shared Function ToString( _
   ByVal matrix As Matrix _
) As System.String
public static System.string ToString( 
   Matrix matrix
)

パラメータ

matrix
表示を決定する行列。

戻り値の型

行列の文字列表示。
参照

オンラインで表示: GitHub