Table of Contents

Method LeadingZeroCount

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

LeadingZeroCount(ExInt128)

Computes the number of leading zero bits in a value.

public static ExInt128 LeadingZeroCount(ExInt128 value)

Parameters

value ExInt128

The value whose leading zero bits are to be counted.

Returns

ExInt128

The number of leading zero bits in value.