BigInteger.IsEven Property

Gets whether the number is even.

Definition

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

Return Value

Boolean
true if the number is even; otherwise false.

See Also