Java.Lang.Long.LowestOneBit Method
Determines the lowest (rightmost) bit of the specified long value that is 1 and returns the bit mask value for that bit.

Syntax

[Android.Runtime.Register("lowestOneBit", "(J)J", "")]
public static long LowestOneBit (long lng)

Parameters

v
the long to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the lowest (rightmost) bit of the specified long value that is 1 and returns the bit mask value for that bit. This is also referred to as the Least Significant 1 Bit. Returns zero if the specified long is zero.

[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