Compares a number to another number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public int CompareTo(
BigFloat other
)
Public Function CompareTo (
other As BigFloat
) As Integer
public:
virtual int CompareTo(
BigFloat^ other
) sealed
abstract CompareTo :
other : BigFloat -> int
override CompareTo :
other : BigFloat -> int
Parameters
- other
- Type: Extreme.MathematicsBigFloat
A BigFloat value.
Return Value
Type:
Int32-1 if this number is less than
other; +1 if this number is larger than
other;
0 if this number equals
other.
Implements
IComparableTCompareTo(T)
Reference