Share via


PredefinedFunctions.Abs(Decimal) Method

Definition

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.

Applies to