Table of Contents

Method IsPow2

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsPow2(ExInt128)

Determines if a value is a power of two.

public static bool IsPow2(ExInt128 value)

Parameters

value ExInt128

The value to be checked.

Returns

bool

true if value is a power of two; otherwise, false.