Max()

Format

Max(Number [,Numbers])

Returns

Returns the maximum value of the variable number of arguments.

Inputs

Number: The argument whose values should be processed to find the maximum.
Behaviour: Required
Dimension: Collection, SingleValue
Valid data types: Decimal, Integer

Numbers: Additional arguments whose values should be processed to find the maximum.
Behaviour: Optional (0..n)
Dimension: Collection, SingleValue
Valid data types: Decimal, Integer

How to format data types

Examples

Expression: Max(1,2)
Result: Returns 2.

Expression: Max(3,4,2)
Result: Returns 4.

Expression: Max({tag1},{tag2})
Result: Returns the maximum value of the two tags.

 

Comments are closed