|
average_time (real number) |
Top Previous Next |
|
Reading this number you obtain the average time (in seconds) used for one iteration of the fitting procedure.
VBA example:
Range("results").Offset(4 + i, 1) = scout.average_time;
Writing this property has no effect.
|