menu
writeFloat64
import { writeFloat64 } from "destack:bytes";
Write one 64-bit float.
1export function writeFloat64(bytes: &'a exclusive [uint8], offset: usize, value: float64, order?: "bigEndian" | "littleEndian"): voidimport { writeFloat64 } from "destack:bytes";
Write one 64-bit float.
1export function writeFloat64(bytes: &'a exclusive [uint8], offset: usize, value: float64, order?: "bigEndian" | "littleEndian"): void