Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionsmaxOn this pagemaxReturns the largest value from a list of values.Syntaxvar = max(List or TimeSeries)ResultA number representing the largest value from the input List or TimeSeriesExampledata = [5,6.7,-2]print max(data)6.7