Click or drag to resize
ScaleFactorZeroException Constructor (Int32)
The computations cannot continue because a scale factor is zero.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ScaleFactorZeroException(
	int index
)

Parameters

index
Type: SystemInt32
An int which specifies the index of the scale factor array at which scale factor is zero.
See Also