Cycling is occurring.

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

Syntax

C#
public CyclingIsOccurringException(
	int nStep
)
Visual Basic (Declaration)
Public Sub New ( _
	nStep As Integer _
)
Visual C++
public:
CyclingIsOccurringException(
	int nStep
)

Parameters

nStep
Type: System..::.Int32
An int which specifies the number of steps taken.

See Also