Returns the values of the classification variables.

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

Syntax

C#
public double[] GetValues()
Visual Basic (Declaration)
Public Function GetValues As Double()
Visual C++
public:
array<double>^ GetValues()

Return Value

A double array containing the values of the classification variables.

Remarks

GetValues returns an array of length nValues[0] + nValues[1] + ... + nValues[nkeys - 1]. The first nValues[0] elements contain the values for the first classification variable. The next nValues[1] contain the values for the second variable. The last nValues[nkeys - 1] positions contain the values for the last classification variable, where nValues contains the result from getNValues.

See Also