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