Java.Math.BigInteger.LowestSetBit Property
Returns the position of the lowest set bit in the two's complement representation of this BigInteger.

Syntax

[get: Android.Runtime.Register("getLowestSetBit", "()I", "GetGetLowestSetBitHandler")]
public virtual int LowestSetBit { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the position of the lowest set bit in the two's complement representation of this BigInteger. If all bits are zero (this==0) then -1 is returned as result.

Implementation Note: Usage of this method is not recommended as the current implementation is not efficient.

[Android Documentation]

Requirements

Namespace: Java.Math
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1