Edit

Share via


Int64.Abs(Int64) Method

Definition

Computes the absolute of a value.

public static long Abs(long value);

Parameters

value
Int64

The value for which to get its absolute.

Returns

The absolute of value.

Implements

Applies to