BigInteger.IsOdd Property

Gets whether the number is odd.

Definition

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

Return Value

Boolean
true if the number is odd; otherwise false.

See Also