|
RationalCompareTo Method (Rational)
|
Compares this instance to another
Rational and returns an indication of their relative values.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public int CompareTo(
Rational other
)
Public Function CompareTo (
other As Rational
) As Integer
Request Example
View SourceParameters
- other
- Type: Accord.MathRational
The Rational to compare to.
Return Value
Type:
Int32A signed number indicating the relative values of this instance and
other.
Implements
IComparableTCompareTo(T)See Also