Rational.CompareTo Method (UInt32)
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Compares a rational number to an unsigned integer.
This API is not CLS-compliant. Namespace: Microsoft.SolverFoundation.Common
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- u
- Type: System.UInt32
An unsigned integer.
Return Value
Type: System.Int32A 32-bit signed integer that indicates how the rational number compares to the unsigned integer. The return values are described in the following table.
Return value | Description |
|---|---|
Less than zero | This object is less than the input. |
Zero | This object is equivalent to the input. |
Greater than zero | This object is greater than the input. |
Implements
IComparable<T>.CompareTo(T)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.