Java.Nio.ByteBuffer.Double Property
Returns the double at the current position and increases the position by 8.

Syntax

[get: Android.Runtime.Register("getDouble", "()D", "GetGetDoubleHandler")]
public abstract double Double { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.BufferUnderflowExceptionif the position is greater than limit - 8.

Remarks

Returns the double at the current position and increases the position by 8.

The 8 bytes starting from the current position are composed into a double according to the current byte order and returned.

[Android Documentation]

Requirements

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