Returns the frequency for each cell.

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

Syntax

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

Return Value

A double array containing the frequency for each cell.

See Also