Imaginary<T>.Is Real Property
Indicates whether an imaginary number is, in fact,
real.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the imaginary part of the complex number is zero, false if not.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool IsReal { get; }
Property Value
Booleantrue if the imaginary part of the complex number is zero, false if not.
Remarks
An imaginary number is only real when it is zero.