Managed Iterative Algorithm<T, TError, TReport>.Thread Safe Increment Evaluations Method
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Thread | Increments the number of evaluations by one. |
Thread | Increments the number of evaluations by the specified amount. |
ThreadSafeIncrementEvaluations
Increments the number of evaluations by one.
protected void ThreadSafeIncrementEvaluations()
ThreadSafeIncrementEvaluations(Int32)
Increments the number of evaluations by the specified amount.
protected void ThreadSafeIncrementEvaluations(
int increment
)
Parameters
- increment Int32
- The amount to increment the number of evaluations by.