Represents the Sphinx type big int.

Namespace: Gronewold.SphinxConnector
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public struct SphinxBigInt : IOverridableType, 
	IRangeFilterableType, IEquatable<SphinxBigInt>, IFilterableType, ISphinxType, 
	IComparable
Visual Basic
<SerializableAttribute> _
Public Structure SphinxBigInt _
	Implements IOverridableType, IRangeFilterableType, IEquatable(Of SphinxBigInt),  _
	IFilterableType, ISphinxType, IComparable

Remarks

Sphinx big int type is a signed 64-bit integer.

See Also