Table of Contents

Method LeadingZeroCount

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

LeadingZeroCount(ExUInt128)

Computes the number of leading zero bits in a value.

public static ExUInt128 LeadingZeroCount(ExUInt128 value)

Parameters

value ExUInt128

The value whose leading zero bits are to be counted.

Returns

ExUInt128

The number of leading zero bits in value.