Math.Abs Method
Silverlight
Returns the absolute value of a specified number.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |