Big Integer.Is Odd Property
Gets whether the number is odd.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
true if the number is odd; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
public bool IsOdd { get; }
Return Value
Booleantrue if the number is odd; otherwise false.