Java.Util.BitSet.PreviousSetBit Method
Returns the index of the first bit that is set on or before index, or -1 if no lower bits are set or index == -1.

Syntax

[Android.Runtime.Register("previousSetBit", "(I)I", "GetPreviousSetBit_IHandler")]
public virtual int PreviousSetBit (int p0)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif index .

Remarks

Returns the index of the first bit that is set on or before index, or -1 if no lower bits are set or index == -1.

[Android Documentation]

Requirements

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