Click or drag to resize

Complex32 Constructor

Initializes a new instance of the Complex32 structure with the given real and imaginary parts.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Complex32(
	float real,
	float imaginary
)

Parameters

real  Single
The value for the real component.
imaginary  Single
The value for the imaginary component.
See Also