System Namespace Math Class
Returns the absolute value of a double-precision floating-point number.
[ VB ] Overloads Public Shared Function Abs ( _ ByVal value As Double _ ) As Double [ C# ] public static double Abs ( double value ); [ C++ ] public: static double Abs ( double value ); [ JScript ] public static function Abs ( value : double ) : double;
A double-precision floating-point number, x, such that 0 ≤ x ≤ MaxValue.
If value is equal to NegativeInfinity or PositiveInfinity, the return value is PositiveInfinity. If value is equal to NaN, the return value is NaN.
Math Members Math.Abs Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note