The computations cannot continue because a scale factor is zero.

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

Syntax

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

Parameters

index
Type: System..::.Int32
An int which specifies the index of the scale factor array at which scale factor is zero.

See Also