Java.Lang.Long.NumberOfTrailingZeros Method
Determines the number of trailing zeros in the specified long value after the Long.LowestOneBit(long).

Syntax

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

Parameters

v
the long to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the number of trailing zeros in the specified long value after the Long.LowestOneBit(long).

[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