Click or drag to resize
TableMultiWayTableBalancedGetValues Method
Returns the values of the classification variables.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetValues()

Return Value

Type: Double
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