Java.Util.BitSet.Length Method
Returns the number of bits up to and including the highest bit set.

Syntax

[Android.Runtime.Register("length", "()I", "GetLengthHandler")]
public virtual int Length ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the number of bits up to and including the highest bit set. This is unrelated to the BitSet.Size of the BitSet.

[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