Returns an array of NumericalVariable objects containing the data in
each cell of the CellArray.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetCellVariables As NumericalVariable() |
| C# |
|---|
public NumericalVariable[] GetCellVariables () |
| C++ |
|---|
public: array<NumericalVariable^>^ GetCellVariables () |