HMRES_convertfloatbuffer()
Converts a buffer containing floating point information from one machine type to another machine type.
Syntax
void HMRES_convertfloatbuffer(int fromformat, char * frombuffer, int toformat, char * tobuffer);
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.
- frombuffer
- A pointer to the buffer containing a floating point value.
- toformat
- The format to which the "from" buffer should be converted.
- tobuffer
- A pointer to the buffer where the converted floating pointer value should be placed.
Errors
None.