max() Function

Function

max( number )

Returns the maximum of the specified number(s).

Parameters

Keyword Type Description

number

Decimal Array

A candidate number or an array of candidates for the maximum.

Returns

Decimal

Usage considerations

If all parameter values are integer, this function returns an integer.

Examples

max(1,2,3,4) returns 4

Open in Github Built: Wed, Aug 16, 2023 (04:37:39 PM)

On This Page

FEEDBACK