Model Term Collection.Add Range 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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void AddRange(
IEnumerable<ModelTerm> terms
)
Parameters
- terms IEnumerable<ModelTerm>
- The collection of terms to add.
Exceptions
Argument | terms is null. |