In role Buf§
See primary documentation in context for method write-num64.
method write-num64(buf8:D: uint $pos, num64 $value, $endian = NativeEndian --> Nil)
Writes a native num64
IEEE floating point value at the given position with the given endianness.
In role Buf§
See primary documentation in context for method write-num64.
method write-num64(buf8: uint $pos, num64 $value, $endian = NativeEndian --> buf8:D)
Writes a native num64
IEEE floating point value at the given position with the given endianness.