DoubleDoubleCompare Method
Compares two values.
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static int Compare(
DoubleDouble x,
DoubleDouble y
)
Public Shared Function Compare (
x As DoubleDouble,
y As DoubleDouble
) As Integer
public:
static int Compare(
DoubleDouble x,
DoubleDouble y
)
static member Compare :
x : DoubleDouble *
y : DoubleDouble -> int
- x DoubleDouble
- The first value.
- y DoubleDouble
- The second value.
Int32-1 if
x is less than
y, +1 if
x is greater than
y, 0 if
x and
y are equal.