Table of Contents

Method IsEvenInteger

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsEvenInteger(ExInt128)

Determines if a value represents an even integral number.

public static bool IsEvenInteger(ExInt128 value)

Parameters

value ExInt128

The value to be checked.

Returns

bool

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