method write-num64
| 1 | role Buf | 
| 1.1 | (Buf) method write-num64 | 
| 2 | role Buf | 
| 2.1 | (Buf) 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: uint , num64 , = 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 , num64 , = NativeEndian --> buf8)
Writes a native num64 IEEE floating point value at the given position with the given endianness.