Returns the absolute value of a double-precision floating-point number.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static double Abs(
double value
)
Parameters
- value
- Type: SystemDouble
A number that is greater than or equal to MinValue, but less than or equal to MaxValue.
Return Value
Type:
DoubleA double-precision floating-point number, x, such that 0 ≤ x ≤
MaxValue.
See Also