Returns the lowest value.
// Smallest value?
myarray is array of 5 int
myarray = [1,2,3,4,5]
Trace(myarray.Min())
Syntax
Calculates the lowest value in the array 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.
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:
gnMean = garrUser.Filter(cbFilter).Map(cbMap).Mean()
Business / UI classification: Neutral code