配列のサイズ変更【ArrayResize】

int ArrayResize(object array[ ], int new_size)

 

Sets a new size for the first dimension. If executed successfully, it returns count of all elements contained in the array after resizing, otherwise, returns -1, and array is not resized.

最初の次元の新しいサイズを設定します。もし、正常に実行されれば、配列のサイズを変更した後、含まれるすべての要素の数を返します。それ以外の場合は、-1 を返し、配列はサイズ変更されません。

Note: Array declared at a local level in a function and resized will remain unchanged after the function has completed its operation. After the function has been recalled, such array will have a size differing from the declared one.

注意: 関数内のローカルレベルで宣言された配列のサイズ変更は、関数がその処理を完了した後も、変更されないままの状態です。関数が呼び出し直された後、このような配列は宣言された時と違う大きさになります。

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