BigInteger.IsZero Property

Gets whether the number is zero.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsZero { get; }

Return Value

Boolean
true if the number is zero; otherwise false.

See Also