Indicates whether a complex number is, in fact,
real.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsReal { get; }
Public ReadOnly Property IsReal As Boolean
Get
public:
property bool IsReal {
bool get ();
}
member IsReal : bool with get
Property Value
Type:
Boolean if the imaginary part of the complex
number is zero,
if not.
Reference