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