ComplexMultiply(Complex, Complex) Operator
Definition
Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static Complex operator *(
Complex z1,
Complex z2
)VB
Public Shared Operator * (
z1 As Complex,
z2 As Complex
) As Complex