配列の初期化【ArrayInitialize】

int ArrayInitialize(object array[ ], double value)

 

Sets all elements of a numeric array to the same value. Returns the count of initialized elements.

数値配列のすべての要素に同じ値を設定します。初期化された要素の数を返します。

Note: It is not recommended to initialize index buffers in the custom indicator init() function as such functions are initialized automatically with an “empty value” at allocation and re-allocation of buffers.

注意:この関数で、カスタム インディケータのバッファの割り当てや再割り当て時に “empty value” を用いて自動的に初期化する関数のような init() 関数のインデックス バッファを初期化することは、推奨できません。

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