CyclingIsOccurringException Constructor (Int32) |
Cycling is occurring.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public CyclingIsOccurringException(
int nStep
)
Public Sub New (
nStep As Integer
)
public:
CyclingIsOccurringException(
int nStep
)
new :
nStep : int -> CyclingIsOccurringException
Parameters
- nStep
- Type: SystemInt32
An int which specifies the number of steps taken.
See Also