BigInteger.IsOne Property

Gets whether the number equals 1.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsOne { get; }

Return Value

Boolean
true if the number equals 1; otherwise false.

See Also