tablemin

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


Synopsis

minval = tablemin(table_handle)


Description

tablemin returns the minimum 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 = tablemin(table) // returns 8.00

See Also

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