Click or drag to resize
Accord.NET (logo)

RationalAbs Method

Returns the absolute value of a Rational.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static Rational Abs(
	Rational value
)
Request Example View Source

Parameters

value
Type: Accord.MathRational
A Rational number.

Return Value

Type: Rational
Gets the absolute value of the Rational.
See Also