Complex<T>.Is Real Property
Indicates whether a complex number is, in fact,
real.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the imaginary part of the complex number is zero, false if not.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool IsReal { get; }
Property Value
Booleantrue if the imaginary part of the complex number is zero, false if not.