Returns for each row, a list of the levels of nkeys coorresponding classification variables that describe a cell.

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

Syntax

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

Return Value

A double array containing the list of levels of nkeys corresponding classification variables that describe a cell.

See Also