The number of distinct values for each Classification Variable must be greater than 1.

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

Syntax

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

Parameters

index
Type: System..::.Int32
An int which specifies the index of a classification variable.
val
Type: System..::.Int32
An int which specifies the number of distinct values that can be taken by this classification variable.

See Also