method write-num32

Documentation for method write-num32 assembled from the following types:

role Buf

From Buf

(Buf) method write-num32

Defined as:

method write-num32(buf8:D: uint $posnum32 $value$endian = NativeEndian --> Nil)

Writes a native num32 IEEE floating point value at the given position with the given endianness.

role Buf

From Buf

(Buf) method write-num32

Defined as:

method write-num32(buf8: uint $posnum32 $value$endian = NativeEndian --> buf8:D)

Writes a native num32 IEEE floating point value at the given position with the given endianness.