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
C#
public static int Idiv(
	int a,
	int b
)

Parameters

a  Int32
The dividend.
b  Int32
The divisor.

Return Value

Int32
The result of the integer division

See Also