Mono Class Library: System.Math Overview | Members

System.Math.Abs Method

Returns the absolute value of the specified long.

public static long Abs (long value)

Parameters

value
A long.

Returns

A long containing the absolute value of value.

Exceptions

TypeReason
OverflowExceptionvalue equals long.MinValue.

Remarks

Documentation for this section has not yet been entered.

Requirements

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