Java.Lang.Integer.NumberOfTrailingZeros Method
Determines the number of trailing zeros in the specified integer after the Integer.LowestOneBit(int).

Syntax

[Android.Runtime.Register("numberOfTrailingZeros", "(I)I", "")]
public static int NumberOfTrailingZeros (int i)

Parameters

i
the integer to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the number of trailing zeros in the specified integer after the Integer.LowestOneBit(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