|
RationalIsPositiveInfinity Method
|
Returns a value that indicates whether the specified
Rational evaluates to positive infinity.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static bool IsPositiveInfinity(
Rational r
)
Public Shared Function IsPositiveInfinity (
r As Rational
) As Boolean
Request Example
View SourceParameters
- r
- Type: Accord.MathRational
A rational number.
Return Value
Type:
BooleanTrue if
r evaluates to positive infinity; otherwise false.
See Also