浮動小数点ファイルの書き込み【FileWriteDouble】
int FileWriteDouble(int handle, double value, int size=DOUBLE_VALUE) The function writes a double value…
int FileWriteDouble(int handle, double value, int size=DOUBLE_VALUE) The function writes a double value…
int FileWriteArray(int handle, object array[ ], int start, int count) The function writes the array to …
int FileWrite(int handle, …) The function is intended for writing of data into a CSV file, delimi…
int FileTell(int handle) Returns the current position of the file pointer. To get the detailed error in…
int FileSize(int handle) The function returns file size in bytes. To get the detailed error information…
bool FileSeek(int handle, int offset, int origin) The function moves the file pointer to a new position…
string FileReadString(int handle, int length=0,) The function reads the string from the current file po…
double FileReadNumber(int handle) Read the number from the current file position before the delimiter. …
int FileReadInteger(int handle, int size=LONG_VALUE) The function reads the integer from the current bi…
double FileReadDouble(int handle, int size=DOUBLE_VALUE) Reads the double-precision number with floatin…