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
valueExInt128The value to be checked.
Determines if a value is a power of two.
public static bool IsPow2(ExInt128 value)
value ExInt128The value to be checked.