Table of Contents

Method PopCount

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

PopCount(ExInt128)

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

public static ExInt128 PopCount(ExInt128 value)

Parameters

value ExInt128

The value whose set bits are to be counted.

Returns

ExInt128

The number of set bits in value.