The maximum number of step halvings allowed during an iteration.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public int MaxStep { get; set; }
Visual Basic (Declaration)
Public Property MaxStep As Integer
Visual C++
public:
property int MaxStep {
	int get ();
	void set (int value);
}

Field Value

An int used as the maximum number of step halvings allowed during an iteration.

Remarks

If this property is not set, MaxStep is set to 8. MaxStep is not referenced for PrincipalComponent, PrincipalFactor, ImageFactorAnalysis, or AlphaFactorAnalysis methods.

See Also