BigFloat.Abs Method

Returns the absolute value of a number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigFloat Abs(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat.

Return Value

BigFloat
The absolute value of value.

Implements

INumberBase<TSelf>.Abs(TSelf)

Exceptions

ArgumentNullException

value is null.

See Also