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