Java.Util.BitSet.ValueOf Method
Returns a BitSet corresponding to longBuffer, interpreted as a little-endian sequence of bits.

Syntax

[Android.Runtime.Register("valueOf", "(Ljava/nio/LongBuffer;)Ljava/util/BitSet;", "")]
public static BitSet ValueOf (Java.Nio.LongBuffer p0)

Parameters

longBuffer
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a BitSet corresponding to longBuffer, interpreted as a little-endian sequence of bits. This method does not alter the LongBuffer.

[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