Complex<T>.Real Property
Gets the real part of the complex number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
The real part of the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public T Real { get; }Property Value
TThe real part of the complex number.