Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
m の符号を反転した新しい行列
行列要素の符号を反転した新しい行列を作成します。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static MatrixSparseGeneralComplex operator -( MatrixSparseGeneralComplex m ) |
Visual Basic |
---|
Public Shared Operator - ( m As MatrixSparseGeneralComplex ) As MatrixSparseGeneralComplex |
Visual C++ |
---|
public: static MatrixSparseGeneralComplex^ operator -( MatrixSparseGeneralComplex^ m ) |
static let inline (-) m : MatrixSparseGeneralComplex : MatrixSparseGeneralComplex |
Parameters
- m
- タイプ: Mol..::..MatrixSparseGeneralComplex
元の行列
Return Value
タイプ: MatrixSparseGeneralComplexm の符号を反転した新しい行列