DoubleDoubleCompareTo Method
            Compares the current value to another.
            
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 
- other  DoubleDouble
- The other value to compare.
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.
IComparableTCompareTo(T)