Absolute get method for reading a double value.
Reads eight bytes at the given index, composing them into a double value according to the current byte order.
index
| The index from which the bytes will be read |
IndexOutOfBoundsException
| If index is negative or not smaller than the buffer's limit, minus seven |
Diagram: Buffer