NurApiGetBitCount Method

Get count of bits set

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static int GetBitCount(
	uint n
)

Parameters

n  UInt32
target value

Return Value

Int32
count of bits set

See Also