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

Syntax

[Android.Runtime.Register("previousClearBit", "(I)I", "GetPreviousClearBit_IHandler")]
public virtual int PreviousClearBit (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 clear on or before index, or -1 if no lower bits are clear 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