Java.Lang.Long.NumberOfLeadingZeros Method
Determines the number of leading zeros in the specified long value prior to the Long.HighestOneBit(long).

Syntax

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

Parameters

v
the long to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the number of leading zeros in the specified long value prior to the Long.HighestOneBit(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