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