Imaginary<T>.Is Zero Property
Indicates whether an imaginary number is equal to
zero.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the complex number is R.Zero, or false if not.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool IsZero { get; }
Property Value
Booleantrue if the complex number is R.Zero, or false if not.