TComplexMultiply Operator
Computes the multiplication of two
TComplex objects.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static TNumber operator *(
TComplex c1,
TComplex c2
)
Public Shared Operator * (
c1 As TComplex,
c2 As TComplex
) As TNumber
public:
static TNumber^ operator *(
TComplex^ c1,
TComplex^ c2
)
static let inline (*)
c1 : TComplex *
c2 : TComplex : TNumber
- c1 TComplex
- First TComplex object to perform operator to.
- c2 TComplex
- Second TComplex object to perform operator to.
TNumberResult of the operation.