Table of Contents

Method IsOddInteger

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsOddInteger(ExInt128)

Determines if a value represents an odd integral number.

public static bool IsOddInteger(ExInt128 value)

Parameters

value ExInt128

The value to be checked.

Returns

bool

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