readDoubleBE method

num readDoubleBE(
  1. int offset, [
  2. bool noAssert
])

Reads a 64-bit double from this buffer at the specified offset with specified endian format.

Implementation

external num readDoubleBE(int offset, [bool noAssert]);