Increments the number of evaluations by the specified amount.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Sub IncrementEvaluations ( _
	increment As Integer _
)
C#
protected void IncrementEvaluations (
	int increment
)
C++
protected:
void IncrementEvaluations (
	int increment
)

Parameters

increment (System.Int32)
The amount to increment the number of evaluations by.