Mol(Math Object Library) fot .Net
行列要素の符号を反転した新しい行列を作成します。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public static MatrixDenseGeneralComplex operator -(
	MatrixDenseGeneralComplex m
)
Visual Basic
Public Shared Operator - ( 
	m As MatrixDenseGeneralComplex
) As MatrixDenseGeneralComplex
Visual C++
public:
static MatrixDenseGeneralComplex^ operator -(
	MatrixDenseGeneralComplex^ m
)
static let inline (-)
        m : MatrixDenseGeneralComplex  : MatrixDenseGeneralComplex

Parameters

m
タイプ: Mol..::..MatrixDenseGeneralComplex
元の行列

Return Value

タイプ: MatrixDenseGeneralComplex
m の符号を反転した新しい行列

参照