Mol(Math Object Library) fot .Net
行列同士の引き算を実行する演算定義です。

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

構文

C#
public static MatrixDenseGeneralComplex operator -(
	_MatrixComplex a,
	_MatrixComplex b
)
Visual Basic
Public Shared Operator - ( 
	a As _MatrixComplex,
	b As _MatrixComplex
) As MatrixDenseGeneralComplex
Visual C++
public:
static MatrixDenseGeneralComplex^ operator -(
	_MatrixComplex^ a, 
	_MatrixComplex^ b
)
static let inline (-)
        a : _MatrixComplex * 
        b : _MatrixComplex  : MatrixDenseGeneralComplex

Parameters

a
タイプ: Mol..::.._MatrixComplex
左辺項
b
タイプ: Mol..::.._MatrixComplex
右辺項

Return Value

タイプ: MatrixDenseGeneralComplex
計算結果

参照