ComplexMultiply(Complex, Double) 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,
double d2
)VB
Public Shared Operator * (
z1 As Complex,
d2 As Double
) As Complex