Click or drag to resize
ZeroNormException Constructor (Int32)
The computations cannot continue because the Euclidean norm of the column is equal to zero.

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

Parameters

index
Type: SystemInt32
An int which specifies the column index for which the norm has been found to be zero.
See Also