 | FunctionSint Method (Int64) |
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.4.1
Syntaxpublic static long Sint(
long value
)
Public Shared Function Sint (
value As Long
) As Long
Parameters
- value
- Type: SystemInt64
A value to reinterpret.
Return Value
Type:
Int64The result of the expression reinterpreted as signed 64-bit type.
See Also