DoubleDoubleCompare Method

Compares two values.

Definition

Namespace: Meta.Numerics.Extended
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static int Compare(
	DoubleDouble x,
	DoubleDouble y
)

Parameters

x  DoubleDouble
The first value.
y  DoubleDouble
The second value.

Return Value

Int32
-1 if x is less than y, +1 if x is greater than y, 0 if x and y are equal.

See Also