| MathAbs Method |
| Name | Description | |
|---|---|---|
| Abs(Decimal) | Returns the absolute value of a Decimal number. | |
| Abs(Double) | Returns the absolute value of a double-precision floating-point number. | |
| Abs(Int16) | Returns the absolute value of a 16-bit signed integer. | |
| Abs(Int32) | Returns the absolute value of a 32-bit signed integer. | |
| Abs(Int64) | Returns the absolute value of a 64-bit signed integer. | |
| Abs(SByte) | Returns the absolute value of an 8-bit signed integer. | |
| Abs(Single) | Returns the absolute value of a single-precision floating-point number. |