ManagedIterativeAlgorithm<T, TError, TReport>.ThreadSafeIncrementEvaluations Method

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

ThreadSafeIncrementEvaluations() Increments the number of evaluations by one.
ThreadSafeIncrementEvaluations(Int32) Increments the number of evaluations by the specified amount.

ThreadSafeIncrementEvaluations

Increments the number of evaluations by one.
C#
protected void ThreadSafeIncrementEvaluations()

ThreadSafeIncrementEvaluations(Int32)

Increments the number of evaluations by the specified amount.
C#
protected void ThreadSafeIncrementEvaluations(
	int increment
)

Parameters

increment  Int32
The amount to increment the number of evaluations by.

See Also