浮動小数点の正規化【NormalizeDouble】

double NormalizeDouble(double value, int digits)

 

Rounds the floating point value to the given precision. Returns normalized value of the double type.

浮動小数点値を指定した精度に丸めます。double 型に正規化した値を返します。

The calculated StopLoss and TakeProfit values, as well as open price of pending orders must be normalized with a precision the value of which is stored in the pre-defined variable of Digits.

StopLoss と TakeProfit の値の計算されるとき、保留中注文の OpenPrice と同様に、定義済み変数の Digitsに格納されている精度の値に正規化する必要があります。

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