TableMultiWayTableUnbalancedGetTable Method |
Returns the frequency for each cell.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetTable()
Public Function GetTable As Double()
public:
array<double>^ GetTable()
member GetTable : unit -> float[]
Return Value
Type:
Double
A
double array containing the frequency for each cell.
See Also