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

Syntax

[Android.Runtime.Register("lowestOneBit", "(I)I", "")]
public static int LowestOneBit (int i)

Parameters

i
the integer to examine.

Returns

Documentation for this section has not yet been entered.

Remarks

Determines the lowest (rightmost) bit of the specified integer 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 integer 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