MIN

The MIN function is a mathematical function that returns the lowest value in a set of values. The lowest value is a real value.

Function Name

MIN

Description

Returns the lowest value from a set of values.

Arguments

MIN(INTEGER or REAL, INTEGER or REAL, INTEGER or REAL...)

The values in the set of values have to be separated by commas and they can be integers or real floating values. For information on integers and real floating values—see Number (Integer or Real).

There are MIN extensions for use with Data Grids and Data Sets (see below).

Returns

The lowest value in a set of input values. The data type is the same as that of the input values (integer or real).

Example:

MIN(2, 3, 4, 1)

The output is 1.


Disclaimer

ClearSCADA 2017 R2