Mol(Math Object Library) fot .Net
MatrixSparseGeneralComplex / Complex の演算定義です。

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

構文

C#
public static MatrixSparseGeneralComplex operator /(
	MatrixSparseGeneralComplex v,
	Complex d
)
Visual Basic
Public Shared Operator / ( 
	v As MatrixSparseGeneralComplex,
	d As Complex
) As MatrixSparseGeneralComplex
Visual C++
public:
static MatrixSparseGeneralComplex^ operator /(
	MatrixSparseGeneralComplex^ v, 
	Complex d
)
static let inline (/)
        v : MatrixSparseGeneralComplex * 
        d : Complex  : MatrixSparseGeneralComplex

Parameters

v
タイプ: Mol..::..MatrixSparseGeneralComplex
左辺項
d
タイプ: System.Numerics..::..Complex
右辺項

Return Value

タイプ: MatrixSparseGeneralComplex
計算結果

参照