Next: syslib bytevectors accessors double, Previous: syslib bytevectors accessors 64-bit, Up: syslib bytevectors accessors [Index]
For these operations: the argument bv is a bytevector object; the argument fx-idx is a non–negative fixnum representing an octet index in the bytevector; fl is a flonum representing a value to be stored in a bytevector.
NOTE For these operations: the index fx-idx does not need to be aligned to a multiple of 4.
Setter and getter for single–precision IEEE flonums under big endianness.
Setter and getter for single–precision IEEE flonums under little endianness.
Setter and getter for single–precision IEEE flonums under native endianness.
Setter and getter for single–precision IEEE flonums under non–native endianness.
Setter and getter for single–precision IEEE flonums. endianness must be a symbol among: ‘big’, ‘little’, ‘native’.