ScaleFactorZeroException Constructor (Int32) |
The computations cannot continue because a scale factor is zero.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ScaleFactorZeroException(
int index
)
Public Sub New (
index As Integer
)
public:
ScaleFactorZeroException(
int index
)
new :
index : int -> ScaleFactorZeroException
Parameters
- index
- Type: SystemInt32
An int which specifies the index of the
scale factor array at which scale factor is zero.
See Also