SphinxInteger Conversion Operators |
| Name | Description | |
|---|---|---|
| (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.
|