Click or drag to resize

BitsCountBits Method

Return number of bits set in a 64 bit unsigned integer.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static int CountBits(
	ulong n
)

Parameters

n
Type: SystemUInt64

[Missing <param name="n"/> documentation for "M:Demo3D.Utilities.Bits.CountBits(System.UInt64)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Demo3D.Utilities.Bits.CountBits(System.UInt64)"]

See Also