The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Math::Abs Method (Int16)
.NET Framework (current version)
Returns the absolute value of a 16-bit signed integer.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::Int16
A number that is greater than Int16::MinValue, but less than or equal to Int16::MaxValue.
| Exception | Condition |
|---|---|
| OverflowException | value equals Int16::MinValue. |
The absolute value of an Int16 is its numeric value without its sign. For example, the absolute value of both 123 and -123 is 123.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: