![]() | 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.
|
![]() ![]() | (SphinxInteger to Int64) |
Performs an implicit conversion from SphinxInteger to Int64.
|
![]() ![]() | (SphinxInteger to UInt32) |
Performs an implicit conversion from SphinxInteger to UInt32.
|
![]() ![]() | (UInt32 to SphinxInteger) |
Performs an implicit conversion from UInt32 to SphinxInteger.
|
![]() ![]() | Inequality |
Implements the operator !=.
|
![]() ![]() | LessThan |
Implements the operator <.
|
![]() ![]() | LessThanOrEqual |
Implements the operator <=.
|