Click or drag to resize
Accord.NET (logo)

RationalIsNegativeInfinity Method

Returns a value that indicates whether the specified Rational evaluates to negative infinity.

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

Parameters

r
Type: Accord.MathRational
A rational number.

Return Value

Type: Boolean
True if r evaluates to negative infinity; otherwise false.
See Also