DoubleDoubleAddition Operator |
Computes the sum of two double double numbers.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble operator +(
DoubleDouble x,
DoubleDouble y
)
Public Shared Operator + (
x As DoubleDouble,
y As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble operator +(
DoubleDouble x,
DoubleDouble y
)
static let inline (+)
x : DoubleDouble *
y : DoubleDouble : DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The first number. - y
- Type: Meta.Numerics.ExtendedDoubleDouble
The second number.
Return Value
Type:
DoubleDoubleThe value of
x +
y.
See Also