A flag that determines whether additional computations may be performed. When the flag is set to false, the function being called only uses the results of prior computations, if they have been stored. When previous computations have not been performed, the function usually returns null.
When the flag is set to true, additional computations will be performed if the prior computations are insufficient.
|
|
|
|
|
|