Applies the aggregator to a variable and returns the result as a variable.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Apply ( _ variable As Variable, _ indexes As Integer() _ ) As Variable |
| C# |
|---|
public Variable Apply ( Variable variable, int[] indexes ) |
| C++ |
|---|
public: Variable^ Apply ( Variable^ variable, array<int>^ indexes ) |
Parameters
- variable (Extreme.Statistics.Variable)
- A Variable.
- indexes ()
- An array of indexes.