Mol(Math Object Library) fot .Net
MatrixDenseGeneralComplex * Complex の演算定義です。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static MatrixDenseGeneralComplex operator *(
MatrixDenseGeneralComplex v,
Complex d
) |
Visual Basic |
---|
Public Shared Operator * (
v As MatrixDenseGeneralComplex,
d As Complex
) As MatrixDenseGeneralComplex |
Visual C++ |
---|
public:
static MatrixDenseGeneralComplex^ operator *(
MatrixDenseGeneralComplex^ v,
Complex d
) |
|
---|
static let inline (*)
v : MatrixDenseGeneralComplex *
d : Complex : MatrixDenseGeneralComplex |
Return Value
タイプ:
MatrixDenseGeneralComplex計算結果
参照