Click or drag to resize
Accord.NET (logo)

RationalInequality Operator

Gets whether two Rational values are numerically not equivalent.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	Rational x,
	Rational y
)
Request Example View Source

Parameters

x
Type: Accord.MathRational
A Rational.
y
Type: Accord.MathRational
A Rational.

Return Value

Type: Boolean
False if the values are equivalent; otherwise true.
See Also