vle-write-float-be


(vle-write-float-be  fptr  value)

writes a "float 32 bit" to file (same as C++ "float" type), for data stored in "Big Endian" byte sequence

Arguments

fptr  file pointer as returned by (open <filename> "rb")

value  Lisp floating point value to write to file (must be in 32 bit floating point range)

Return

value, if successful, NIL otherwise



©  Bricsys NV. All rights reserved.