Click or drag to resize

DoubleDouble Operators and Type Conversions

The DoubleDouble type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Computes the sum of two double double numbers.
Public operatorStatic memberDivision
Computes the quotient of two double double numbers.
Public operatorStatic memberEquality
Determines whether two double double values are equal.
Public operatorStatic member(DoubleDouble to Double)
Converts a double double value to a double value.
Public operatorStatic memberGreaterThan
Determines whether the first value is greater than the second value.
Public operatorStatic memberGreaterThanOrEqual
Determines whether the first value is greater than or equal to the second value.
Public operatorStatic member(Double to DoubleDouble)
Converts a double value to a double double value.
Public operatorStatic memberInequality
Determines whether two double double values are unequal.
Public operatorStatic memberLessThan
Determines whether the first value is less than the second value.
Public operatorStatic memberLessThanOrEqual
Determines whether the first value is less than or equal to the second value.
Public operatorStatic memberMultiply
Computes the product of two double double numbers.
Public operatorStatic memberSubtraction
Computes the difference of two double double numbers.
Public operatorStatic memberUnaryNegation
Negates a double double number.
Top
See Also