Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2093-standardlibrary-fileoperations-cfilebin-cfilebinreadfloat.md
T
2026-06-23 21:47:51 +08:00

273 B

ReadFloat

Reads float type variable from file.

bool  ReadFloat(
   float&  value      // variable
   )

Parameters

value

[in]  Reference to the variable for placing read data.

Return Value

true - successful, false - cannot read the data.