 | FunctionIdiv Method |
Returns the result of an integer division of the first argument by the second argument.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic static int Idiv(
int a,
int b
)
Public Shared Function Idiv (
a As Integer,
b As Integer
) As Integer
Parameters
- a Int32
- The dividend.
- b Int32
- The divisor.
Return Value
Int32The result of the integer division
See Also