配列の最小値の位置【ArrayMinimum】

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

 

Searches for the element with minimum value. The function returns position of this minimum 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="">