FunctionSint(ExpressionFuncInt 64) Method
Force Sphinx to reinterpret the given 32-bit unsigned integer argument as signed, and to also expand it to 64-bit type.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The result of the expression reinterpreted as signed 64-bit type.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static long Sint(
Expression<Func<long>> expression
)VB
Public Shared Function Sint (
expression As Expression(Of Func(Of Long))
) As LongParameters
- expression ExpressionFuncInt64
- An expression to reinterpret.
Return Value
Int64The result of the expression reinterpreted as signed 64-bit type.