|
|
|
|
<Array>.Min (Function) In french: <Array>.Min Returns the smallest value.
// Plus petite valeur? montableau is array of 5 int montableau = [1,2,3,4,5] Trace(montableau.Min())
Syntax
Calculates the minimum of array values Hide the details
<Result> = <WLanguage array>.Min()
<Result>: Character string, integer or real The smallest value passed as parameter. <WLanguage array>: Array of character strings, integers or reals Name of one-dimensional Array variable containing the values to compare. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|