IMSL C# Numerical Library

TableMultiWay.TableBalanced.GetNvalues Method 

Returns an array of length nkeys containing in its i-th element (i=0,1,...nkeys-1), the number of levels or categories of the i-th classification variable (column).

public int[] GetNvalues();

Return Value

A int array containing the number of levels or for each variable (column) in x.

See Also

TableMultiWay.TableBalanced Class | Imsl.Stat Namespace