FunctionIdiv Method
Returns the result of an integer division of the first argument by the second argument.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The result of the integer division
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static int Idiv(
int a,
int b
)VB
Public Shared Function Idiv (
a As Integer,
b As Integer
) As IntegerParameters
Return Value
Int32The result of the integer division