Click or drag to resize

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
)

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