Click or drag to resize

Complex32Multiply(Complex32, Single) Operator

Multiplication operator. Multiplies a complex number with a float value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Complex32
The result of the multiplication.
See Also