浮動小数点ファイルの読み込み【FileReadDouble】

double FileReadDouble(int handle, int size=DOUBLE_VALUE)

 

Reads the double-precision number with floating point from the current binary file position. The number format size can be 8 bytes (double) or 4 bytes (float).

倍精度浮動小数点数を現在のバイナリ ファイルの位置から読み取ります。数値形式サイズは、8バイト(double)または、4バイト(float)を指定できます。

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

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

Parameters:

パラメータ:

handle
File handle returned by the FileOpen() function.

FileOpen() 関数によって返されたファイル ハンドル。

size
Format size. Can be CHAR_VALUE(1 byte), SHORT_VALUE(2 bytes) or LONG_VALUE(4 bytes).

形式サイズ。CHAR_VALUE(1バイト)、SHORT_VALUE(2バイト)、LONG_VALUE(4バイト)を指定できます。

 

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="">