Table of Contents

Method TrailingZeroCount

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

TrailingZeroCount(ExInt128)

Computes the number of trailing zero bits in a value.

public static ExInt128 TrailingZeroCount(ExInt128 value)

Parameters

value ExInt128

The value whose trailing zero bits are to be counted.

Returns

ExInt128

The number of trailing zero bits in value.