BigInteger.IsOne Property

Gets whether the number equals 1.

Definition

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

Return Value

Boolean
true if the number equals 1; otherwise false.

See Also