|
|
|
|
<Array>.Max (Function) In french: <Tableau>.Max Returns the greatest value.
// Greatest value? myarray is array of 5 int myarray = [1,2,3,4,5] Trace(myarray.Max())
Syntax
Calculates the highest value in the array Hide the details
<Result> = <WLanguage array>.Max()
<Result>: Character string, integer or real The greatest value passed as parameter. <WLanguage array>: Array of character strings, integers or reals Name of one-dimensional Array variable containing the values to compare. Remarks Sequence of functionsYou can use array functions in a sequence. The following functions can be used in a sequence: This sequence can be used as a source for a FOR ALL statement or it can end with one of the following functions: Example: gnMoyenne = gtabUser.Filtre(cbFiltre).Transforme(cbTransforme).Moyenne() Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|