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