Converts an array of 32-bit float values to bytes, performing automatic endian conversions if necessary.
This function is not needed except for applications performing raw byte manipulation, as with the Raw Byte functions.
LJM_ERROR_RETURN LJM_FLOAT32ToByteArray(
const float * aFLOAT32,
int RegisterOffset,
int NumFLOAT32,
unsigned char * aBytes)
LJM errorcode or 0 for no error.
See also: LJM_ByteArrayToFLOAT32