Java.Lang.Integer.NumberOfLeadingZeros Method
Determines the number of leading zeros in the specified integer prior to the Integer.HighestOneBit(int).

Syntax

[Android.Runtime.Register("numberOfLeadingZeros", "(I)I", "")]
public static int NumberOfLeadingZeros (int i)

Parameters

i
the integer to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the number of leading zeros in the specified integer prior to the Integer.HighestOneBit(int).

[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