Click or drag to resize

BitMathCountBitsCleared(UInt32) Method

Counts the number of bits that are not set

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

Parameters

value  UInt32

Return Value

Int32
See Also