BoundedVariableLeastSquaresIterations Property |
The number of iterations used to find the solution.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Iterations { get; }
Public ReadOnly Property Iterations As Integer
Get
public:
property int Iterations {
int get ();
}
member Iterations : int with get
Property Value
Type:
Int32
An
int containing the number of iterations.
See Also