Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

r
Type: Accord.MathRational
A rational number.

Return Value

Type: Boolean
True if r represents an indeterminate value; otherwise false.
See Also