Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
計算結果
ベクトルの内積を実行する演算定義です。
a の複素共役を内積に使用する場合はIMul(_VectorComplex, _VectorComplex, Boolean)を参照してください。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static Complex operator *( VectorDenseComplex a, VectorDenseComplex b ) |
Visual Basic |
---|
Public Shared Operator * ( a As VectorDenseComplex, b As VectorDenseComplex ) As Complex |
Visual C++ |
---|
public: static Complex operator *( VectorDenseComplex^ a, VectorDenseComplex^ b ) |
static let inline (*) a : VectorDenseComplex * b : VectorDenseComplex : Complex |
Return Value
タイプ: Complex計算結果