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: 19.00.00
Syntax
C#
public static int CountBits(
	ulong n
)

Parameters

n  UInt64

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

Return Value

Int32

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

See Also