Min (Function) In french: Min Returns the lowest value.
// Smallest value? ResMin = Min(10, 15, 20) // Returns 10 ResMin = Min("Z", "A") // Returns "A"
Syntax
Calculates the minimum of values passed as parameter Hide the details
<Result> = Min(<Value 1> [, <Value 2> [, <Value N>]])
<Result>: Character string, integer or real The smallest value passed as parameter. <Value 1>: Character string, integer or real Value to compare. <Value 2>: Optional character string, integer or real Value to compare. <Value N>: Optional character string, integer or real Value 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
This page is also available for…
|
|
|
|