asp.net.ph

Math.Abs Method ( Decimal )

System Namespace   Math Class


Returns the absolute value of a Decimal number.

[ VB ]
Overloads Public Shared Function Abs ( _
   ByVal value As Decimal _
) As Decimal

[ C# ]
public static decimal Abs (
   decimal value
);

[ C++ ]
public: static Decimal Abs (
   Decimal value
);

[ JScript ]
public static function Abs (
   value : Decimal
) : Decimal;

Parameters

value
A number in the range MinValue ≤ value ≤ MaxValue.

Return Value

A Decimal, x, such that 0 ≤ x ≤ MaxValue.

See Also

Math Members   Math.Abs Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph