Skip to content

readDouble

readDouble(binary, offset) → number · Binary

Read a 64-bit double from binary data at the given offset (big endian).

  • binary (required): binary data

  • offset (required): byte offset

utlx
readDouble($input.data, 0)               // 64-bit floating point value

Released under AGPL-3.0.