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