IMSL C# Numerical Library

TableMultiWay.TableBalanced.GetValues Method 

Returns the values of the classification variables.

public 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

TableMultiWay.TableBalanced Class | Imsl.Stat Namespace