Click or drag to resize

SphinxBigInt Operators and Type Conversions

The SphinxBigInt type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual
Implements the operator >=.
Public operatorStatic member(Int64 to SphinxBigInt)
Performs an implicit conversion from Int64 to SphinxBigInt.
Public operatorStatic member(SphinxBigInt to Int64)
Performs an implicit conversion from SphinxBigInt to Int64.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberLessThanOrEqual
Implements the operator <=.
Top
See Also