Table of Contents

Method PopCount

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

PopCount(ExUInt128)

Computes the number of bits that are set in a value.

public static ExUInt128 PopCount(ExUInt128 value)

Parameters

value ExUInt128

The value whose set bits are to be counted.

Returns

ExUInt128

The number of set bits in value.