Method TrailingZeroCount
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
TrailingZeroCount(ExUInt128)
Computes the number of trailing zero bits in a value.
public static ExUInt128 TrailingZeroCount(ExUInt128 value)
Parameters
value
ExUInt128The value whose trailing zero bits are to be counted.
Returns
- ExUInt128
The number of trailing zero bits in
value
.