Click or drag to resize

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
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The first number.
y
Type: Meta.Numerics.ExtendedDoubleDouble
The second number.

Return Value

Type: DoubleDouble
The value of x + y.
See Also