Adds a group of variables to this VariableCollection.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub AddRange ( _ variables As Variable() _ ) |
| C# |
|---|
public void AddRange ( Variable[] variables ) |
| C++ |
|---|
public: void AddRange ( array<Variable^>^ variables ) |
Parameters
- variables ()
- An array of Variableobjects.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | variables is nullNothingnullptr. |
| DimensionMismatchException | The number of observations in one or more members of variables is different from the number of observations in existing members of the collection. |
| ArgumentException | One or more members of variables is nullNothingnullptr. |