Method IsPow2
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
IsPow2(ExUInt128)
Determines if a value is a power of two.
public static bool IsPow2(ExUInt128 value)
Parameters
value
ExUInt128The value to be checked.
Determines if a value is a power of two.
public static bool IsPow2(ExUInt128 value)
value
ExUInt128The value to be checked.