Method Log2
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
Log2(ExUInt128)
Computes the log2 of a value.
public static ExUInt128 Log2(ExUInt128 value)
Parameters
value
ExUInt128The value whose log2 is to be computed.
Returns
- ExUInt128
The log2 of
value
.