TableMultiWayTableBalancedGetNvalues 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).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int[] GetNvalues()
Public Function GetNvalues As Integer()
public:
array<int>^ GetNvalues()
member GetNvalues : unit -> int[]
Return Value
Type:
Int32
A
int array containing the number of levels or for each
variable (column) in
x.
See Also