Computes the absolute value of a double double number.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static DoubleDouble Abs(
DoubleDouble x
)
Public Shared Function Abs (
x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble Abs(
DoubleDouble x
)
static member Abs :
x : DoubleDouble -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The number.
Return Value
Type:
DoubleDoubleThe absolute value of
x.
See Also