Complex32Multiply(Complex32, Single) Operator |
Multiplication operator. Multiplies a complex number with a float value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator *(
Complex32 multiplicand,
float multiplier
)
Parameters
- multiplicand Complex32
- The complex number to multiply.
- multiplier Single
- The float value to multiply.
Return Value
Complex32The result of the multiplication.
See Also