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 |
Return Value
タイプ:
MatrixSparseGeneralComplex計算結果
参照