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

Syntax

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

Parameters

i
the integer to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Counts the number of 1 bits in the specified integer; 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