Java.Lang.Long.BitCount Method
Counts the number of 1 bits in the specified long value; this is also referred to as population count.

Syntax

[Android.Runtime.Register("bitCount", "(J)I", "")]
public static int BitCount (long lng)

Parameters

v
the long to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Counts the number of 1 bits in the specified long value; this is also referred to as population count.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1