ModelTermCollection.AddRange Method

Adds a sequence of model terms to the collection.

Definition

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

Parameters

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

Exceptions

ArgumentNullException

terms is null.

See Also