DoubleDoubleCompareTo Method |
Compares the current value to another.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public int CompareTo(
DoubleDouble other
)
Public Function CompareTo (
other As DoubleDouble
) As Integer
public:
virtual int CompareTo(
DoubleDouble other
) sealed
abstract CompareTo :
other : DoubleDouble -> int
override CompareTo :
other : DoubleDouble -> int
Parameters
- other
- Type: Meta.Numerics.ExtendedDoubleDouble
The other value to compare.
Return Value
Type:
Int32-1 if this value is less than the other value, +1 if it is greater than the other value, 0 if they are equal.
Implements
IComparableTCompareTo(T)See Also