Click or drag to resize

FunctionSint Method (ExpressionFuncInt64)

Force Sphinx to reinterpret the given 32-bit unsigned integer argument as signed, and to also expand it to 64-bit type.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static long Sint(
	Expression<Func<long>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncInt64
An expression to reinterpret.

Return Value

Type: Int64
The result of the expression reinterpreted as signed 64-bit type.
See Also