Click or drag to resize

Complex32Real Property

Gets the real component of the complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public float Real { get; }

Property Value

Single
The real component of the complex number.
See Also