ModelTermCollection.AddRange Method

Adds a sequence of model terms to the collection.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void AddRange(
	IEnumerable<ModelTerm> terms
)

Parameters

terms  IEnumerable<ModelTerm>
The collection of terms to add.

Exceptions

ArgumentNullException

terms is null.

See Also