Increments the number of evaluations by the specified amount.
Namespace:
Extreme.Mathematics.Algorithms
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected void IncrementEvaluations(
int increment
)
Protected Sub IncrementEvaluations (
increment As Integer
)
protected:
void IncrementEvaluations(
int increment
)
member IncrementEvaluations :
increment : int -> unit
Parameters
- increment
- Type: SystemInt32
The amount to increment the number of evaluations by.
Reference