ModelTerm.CompareTo Method

Compares this term to another one.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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