Click or drag to resize

BitMath.CountBitsSet(UInt32) Method

Counts the number of bits that are set

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntax
public static int CountBitsSet(
	uint value
)
View Source

Parameters

value  UInt32

Return Value

Int32
See Also