TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
double FileReadNumber ( int  handle)

The function reads from the CSV file a string from the current position till a separator (or till the end of a text string)
and converts the read string to a value of double type

Parameters
handleFile descriptor returned by FileOpen()
Returns
Value of double type
See also
CSharpProgram.FileWriteString()