DoubleDouble Operators and Type Conversions |
The DoubleDouble type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Computes the sum of two double double numbers.
|
![]() ![]() | Division |
Computes the quotient of two double double numbers.
|
![]() ![]() | Equality |
Determines whether two double double values are equal.
|
![]() ![]() | (DoubleDouble to Double) |
Converts a double double value to a double value.
|
![]() ![]() | GreaterThan |
Determines whether the first value is greater than the second value.
|
![]() ![]() | GreaterThanOrEqual |
Determines whether the first value is greater than or equal to the second value.
|
![]() ![]() | (Double to DoubleDouble) |
Converts a double value to a double double value.
|
![]() ![]() | Inequality |
Determines whether two double double values are unequal.
|
![]() ![]() | LessThan |
Determines whether the first value is less than the second value.
|
![]() ![]() | LessThanOrEqual |
Determines whether the first value is less than or equal to the second value.
|
![]() ![]() | Multiply |
Computes the product of two double double numbers.
|
![]() ![]() | Subtraction |
Computes the difference of two double double numbers.
|
![]() ![]() | UnaryNegation |
Negates a double double number.
|