Math.Abs Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
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.
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. |
Top