Gets the number of evaluations needed to execute the algorithm.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EvaluationsNeeded As Integer
C#
public int EvaluationsNeeded { get; }
C++
public:
int EvaluationsNeeded {
	int get ();
}