HMRES_readbinaryfloat()

Reads a floating-point number from a binary file which opened with HMRES_openinputfile(). It pays attention to the cross platform flags and does a conversion on the number, making it understandable to the machine the program is running on.

Syntax

float HMRES_readbinaryfloat(FILE * file);

Type

HyperMesh hmreslib Function

Description

Reads a floating-point number from a binary file which opened with HMRES_openinputfile(). It pays attention to the cross platform flags and does a conversion on the number, making it understandable to the machine the program is running on.

Inputs

file
The binary file containing the floating-point number to be read.

Example

The value of the floating-point number.

Errors

None.