配列の最大値の位置【ArrayMaximum】

int ArrayMaximum(object array[ ], int count=WHOLE_ARRAY, int start=0)

 

Searches for the element with maximum value. The function returns position of this maximum element in the array.

最大値を持つ要素を検索します。この関数は、配列でこの最大要素の位置を返します。

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