HMRES_convertbuffertofloat()
Converts a buffer containing floating point information from one machine type to another machine type.
Syntax
float HMRES_convertbuffertofloat(int fromformat, int toformat, char * buffer);
Type
HyperMesh hmreslib Function
Description
Converts a buffer containing floating point information from one machine type to another machine type.
Inputs
- fromformat
- The format of the "from" buffer.
- toformat
- The format to which the "from" buffer should be converted.
- buffer
- A pointer to the buffer being converted.
Example
Returns the converted floating point value.
Errors
None.