TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
uint FileWriteFloat ( int  file_handle,
float  value 
)

Writes the value of the float parameter to a bin-file, starting from the current position of the file pointer

Parameters
file_handleFile descriptor returned by FileOpen()
valueFloat value
Returns
If successful the function returns the number of bytes written or 0 in case of error.
If successful, the number of bytes written corresponds to the data type size (sizeof(float)=4).
To obtain information about the error call the GetLastError() function. The file pointer is shifted by the same number of bytes.