Table of Contents

Method IsEvenInteger

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsEvenInteger(ExUInt128)

Determines if a value represents an even integral number.

public static bool IsEvenInteger(ExUInt128 value)

Parameters

value ExUInt128

The value to be checked.

Returns

bool

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