BigInteger.IsOdd Property

Gets whether the number is odd.

Definition

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

Return Value

Boolean
true if the number is odd; otherwise false.

See Also