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