Click or drag to resize

FunctionIdiv Method

Returns the result of an integer division of the first argument by the second argument.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static int Idiv(
	int a,
	int b
)

Parameters

a
Type: SystemInt32
The dividend.
b
Type: SystemInt32
The divisor.

Return Value

Type: Int32
The result of the integer division
See Also