ModelTermCollection.Add Method

Adds a model term to the collection.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Add(
	ModelTerm item
)

Parameters

item  ModelTerm
The term to add.

Implements

ICollection<T>.Add(T)

Exceptions

See Also