 | FunctionSint(ExpressionFuncInt64) Method |
Force Sphinx to reinterpret the given 32-bit unsigned integer argument as signed, and to also expand it to 64-bit type.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic static long Sint(
Expression<Func<long>> expression
)
Public Shared Function Sint (
expression As Expression(Of Func(Of Long))
) As Long
Parameters
- expression ExpressionFuncInt64
- An expression to reinterpret.
Return Value
Int64The result of the expression reinterpreted as signed 64-bit type.
See Also