Method ADT.Table.table()->limit()
classADT.Table.table
- Method
limit
this_programlimit(intn)- Description
This method truncates the table to the first
nrows and returns a new object.
class ADT.Table.tablethis_program limit(int n)
This method truncates the table to the first n rows and returns
a new object.