ModelTerm.CompareTo Method

Compares this term to another one.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int CompareTo(
	ModelTerm other
)

Parameters

other  ModelTerm
The other term.

Return Value

Int32
A value that indicates the relative ordering of this term and other.

Implements

IComparable<T>.CompareTo(T)

See Also