Carrot reference
Functions
max()
returns the highest of all values passed as parameters syntax max(value, value2, ,) value the first value value2 the second value return type docid\ uci5tctfvbhonej6zqijg , docid\ fbn7bfahlfpv4f1c53dxa , docid ks5d2xbfor9d8wfrivny sample usage max( 2, 3, 4) returns 4 supported data types input type return type logic docid\ uci5tctfvbhonej6zqijg docid\ uci5tctfvbhonej6zqijg if a set of number values is passed, the highest number value will be returned as a number value docid\ fbn7bfahlfpv4f1c53dxa docid\ fbn7bfahlfpv4f1c53dxa if a set of percent values is passed, the highest percent value will be returned as a percent value docid ks5d2xbfor9d8wfrivny docid ks5d2xbfor9d8wfrivny if a set of money values is passed, the highest money value will be returned as a money value unsupported data types docid\ n9trvqonnbknql9drnbp6 unsupported data types return null
