Skip to content

UInt24.PopCount Method

Definition

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

public static UInt24 PopCount(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value whose set bits are to be counted.

Returns

UInt24

The number of set bits in value.