Click or drag to resize

DoubleDoubleUnaryNegation Operator

Negates a double double number.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble operator -(
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The number to negate.

Return Value

Type: DoubleDouble
The additive inverse of x.
See Also