Big Float.Is Zero Property
Checks if the value of a BigFloat value is zero.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the number is zero; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool IsZero { get; }
Return Value
Booleantrue if the number is zero; otherwise false.