tablemax

Return the maximum value stored in a table from an associated table-handle variable.


Synopsis

maxval = tablemax(table_handle)


Description

tablemax returns the maximum float value found in the table from the table_handle variable. table_handle is instantiated using the maketable scorefile command.


Arguments


Examples

table = maketable("literal", "nonorm", 0, 8.00, 8.02, 8.03, 8.05, 8.07)
maxvalue = tablemax(table) // returns 8.07

See Also

maketable, modtable, makefilter, makeconverter, plottable, dumptable, tablemin, tablelen