Click or drag to resize

DoubleDoubleMultiply Operator

Computes the product 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 product of x and y.
See Also