Rational.Inequality Operator
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a value that indicates whether two values are non-equivalent.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Inequality(Double, Rational) | Returns a value that indicates whether a double is not equal to a rational number. | |
Inequality(Int32, Rational) | Returns a value that indicates whether an integer is not equal to a rational number. | |
Inequality(Int64, Rational) | Returns a value that indicates whether a long integer is not equal to a rational number. | |
Inequality(UInt32, Rational) | Returns a value that indicates whether an unsigned integer is not equal to a rational number. | |
Inequality(UInt64, Rational) | Returns a value that indicates whether an unsigned long integer is not equal to a rational number. | |
Inequality(BigInteger, Rational) | Returns a value that indicates whether a big integer is not equal to a rational number. | |
Inequality(Rational, BigInteger) | Returns a value that indicates whether a rational number is not equal to a big integer. | |
Inequality(Rational, Rational) | Returns a value that indicates whether a rational number is not equal to a rational number. | |
Inequality(Rational, Double) | Returns a value that indicates whether a rational number is not equal to a double. | |
Inequality(Rational, Int32) | Returns a value that indicates whether a rational number is not equal to an integer. | |
Inequality(Rational, Int64) | Returns a value that indicates whether a rational number is not equal to a long. | |
Inequality(Rational, UInt32) | Returns a value that indicates whether a rational number is not equal to an unsigned integer. | |
Inequality(Rational, UInt64) | Returns a value that indicates whether a rational number is not equal to an unsigned long integer. |
Top