method write-num64
Documentation for method write-num64
assembled from the following types:
role Buf
From Buf
(Buf) method write-num64
Defined as:
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.
role Buf
From Buf
(Buf) method write-num64
Defined as:
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.