PredefinedFunctions.Abs(Decimal) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
To be added.
public:
static System::Decimal Abs(System::Decimal arg);
public static decimal Abs (decimal arg);
static member Abs : decimal -> decimal
Public Shared Function Abs (arg As Decimal) As Decimal
Parameters
- arg
- Decimal
Retrieves the absolute value of a real number.
Returns
The absolute value of arg.
Remarks
To be added.