直列配列のセット【ArraySetAsSeries】

bool ArraySetAsSeries(object array[ ], bool set)

 

Sets indexing direction of the array. If the set parameter has the TRUE value, the array will be indexed in a reversed order, i.e., the last element has a zero index. The FALSE value sets a standard indexing order. The function returns the previous status.

配列のインデックス方向を設定します。もし、set パラメータが TRUE 値の場合は、配列は逆の順序でインデックス化します。すなわち、最後の要素はゼロのインデックスになります。FALSE 値は通常の順序で設定します。この関数は以前のステータスを返します。

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