Quad.IsEvenInteger Method

Determines if a value represents an even integral number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsEvenInteger(
	Quad value
)

Parameters

value  Quad
The value to be checked.

Return Value

Boolean
true if value is an even integer; otherwise, false.

Implements

INumberBase<TSelf>.IsEvenInteger(TSelf)

See Also