| SphinxInteger Operators and Type Conversions |
The SphinxInteger type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| (Int64 to SphinxInteger) |
Performs an explicit conversion from Int64 to SphinxInteger.
| |
| GreaterThan |
Implements the operator >.
| |
| GreaterThanOrEqual |
Implements the operator >=.
| |
| (Int32 to SphinxInteger) |
Performs an implicit conversion from Int32 to SphinxInteger.
| |
| (UInt32 to SphinxInteger) |
Performs an implicit conversion from UInt32 to SphinxInteger.
| |
| (SphinxInteger to UInt32) |
Performs an implicit conversion from SphinxInteger to UInt32.
| |
| (SphinxInteger to Int64) |
Performs an implicit conversion from SphinxInteger to Int64.
| |
| Inequality |
Implements the operator !=.
| |
| LessThan |
Implements the operator <.
| |
| LessThanOrEqual |
Implements the operator <=.
|