BigInteger.IsEven Property

Gets whether the number is even.

Definition

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

Return Value

Boolean
true if the number is even; otherwise false.

See Also