DoubleDoubleCompareTo Method

Compares the current value to another.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public int CompareTo(
	DoubleDouble other
)

Parameters

other  DoubleDouble
The other value to compare.

Return Value

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