Initializes a new instance of the Complex32 structure with the given real
            and imaginary parts.
            
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic Complex32(
	float real,
	float imaginary
)
Parameters
- real  Single
 - The value for the real component.
 - imaginary  Single
 - The value for the imaginary component.
 
See Also