getResults ( ) |
Velocity Card |
Arguments | none | |
Description | Returns the content of the detailed results table with velocity resp. Cp resp. Mach number distributions in form of a two-dimensional String[][] array. | |
Remarks | The output contains the content of
the cells of the results table in the center of the card, complete with all
title cells. You can query the size of the returned table by using a
construct like var v = Velocity.getResults();
|