浮動小数点ファイルの書き込み【FileWriteDouble】

int FileWriteDouble(int handle, double value, int size=DOUBLE_VALUE)

 

The function writes a double value with floating point to a binary file. If the format is specified as FLOAT_VALUE, the value will be written as a 4-bytes floating point number (of the float type), otherwise, it will be written in the 8-bytes floating point format (of the double type).

この関数は、double型の浮動小数点数をバイナリ ファイルに書き込みます。形式が FLOAT_VALUE と指定されている場合は、値を 4バイトの浮動小数点数(float型)として書き込みます。それ以外の場合は、8バイトの浮動小数点数(double型)として書き込みます。

Returns the actually written bytes count or a negative value if an error occurs.

エラーが発生した場合は、実際に書き込んだバイト数か、負の値を返します。

To get the detailed error information, one has to call the GetLastError() function.

詳細なエラー情報を取得するには、GetLastError() 関数を呼び出します。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">