Returns a NumericalVariable containing the data for a specific cell of the CellArray.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetCellVariable ( _ level1 As Object _ ) As NumericalVariable |
| C# |
|---|
public NumericalVariable GetCellVariable ( Object level1 ) |
| C++ |
|---|
public: NumericalVariable^ GetCellVariable ( Object^ level1 ) |
Parameters
- level1 (System.Object)
- An Object containing the level of the requested cell, or the value All.
Return Value
A NumericalVariable object.
Exceptions
| Exception | Condition |
|---|---|
| RankException | The number of independent variables for this CellArray is not equal to one. |
| ArgumentOutOfRangeException | level1 is not a level of the independent variable. |