Adds a group of variables to this VariableCollection.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub AddRange ( _
	dataTable As DataTable, _
	provider As IFormatProvider _
)
C#
public void AddRange (
	DataTable dataTable,
	IFormatProvider provider
)
C++
public:
void AddRange (
	DataTable^ dataTable, 
	IFormatProvider^ provider
)

Parameters

dataTable (System.Data.DataTable)
A DataTable.
provider (System.IFormatProvider)
The IFormatProvider used to interpret the data in dataTable.

Exceptions

ExceptionCondition
ArgumentNullExceptiondataTable is nullNothingnullptr.
DimensionMismatchExceptionThe number of rows in dataTable is different from the number of observations in existing members of the collection.