Table of Contents

Method IsOddInteger

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsOddInteger(ExUInt128)

Determines if a value represents an odd integral number.

public static bool IsOddInteger(ExUInt128 value)

Parameters

value ExUInt128

The value to be checked.

Returns

bool

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