TableMultiWayTableBalancedGetValues Method |
Returns the values of the classification variables.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetValues()
Public Function GetValues As Double()
public:
array<double>^ GetValues()
member GetValues : unit -> float[]
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