Compares this term to another one.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int CompareTo(
ModelTerm other
)
Public Function CompareTo (
other As ModelTerm
) As Integer
public:
virtual int CompareTo(
ModelTerm^ other
) sealed
abstract CompareTo :
other : ModelTerm -> int
override CompareTo :
other : ModelTerm -> int
Parameters
- other
- Type: Extreme.DataAnalysis.ModelsModelTerm
The other term.
Return Value
Type:
Int32A value that indicates the relative ordering of this term
and
other.
Implements
IComparableTCompareTo(T)
Reference