Mono Class Library: System.Math Overview | Members

System.Math.Abs Method

Returns the absolute value of the specified short. [Edit]

public static short Abs (short value)

Parameters

value
A short. [Edit]

Returns

A short containing the absolute value of value. [Edit]

Exceptions

TypeReason
OverflowExceptionvalue equals short.MinValue. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0