readDoubleLE method

num readDoubleLE(
  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 readDoubleLE(int offset, [bool noAssert]);