BigFloat.Abs Method

Returns the absolute value of a number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Abs(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat.

Return Value

BigFloat
The absolute value of value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also