menu
readFloat64
import { readFloat64 } from "destack:bytes";
Read one 64-bit float.
1export function readFloat64(bytes: &'a readonly [uint8], offset: usize, order?: "bigEndian" | "littleEndian"): float64import { readFloat64 } from "destack:bytes";
Read one 64-bit float.
1export function readFloat64(bytes: &'a readonly [uint8], offset: usize, order?: "bigEndian" | "littleEndian"): float64