|
Pass starting information for the rows.
Parameters |
Description |
int max_no |
Number of rows for which the level values should be retrieved. Normally this is equal to the number of rows in the model. |
double level[] |
Array with level values for the rows. Length must be at least max_no. This argument may be NULL. |
_LONG_T basis[] |
Array with basis for the rows. Length must be at least max_no. This argument may be NULL. |
The GetRowStart method returns the minimum of max_no and the number of rows in the model.
The GetRowStart method can be used to pass starting information (level values and basis) for the rows.