divide-integer
Returns the integer result of dividing value1 by value2.
Languages
Built-in, C++, C#, Java.
Parameters
Name | Type | Description |
---|---|---|
value1 | xs:decimal | The first input value. |
value2 | xs:decimal | The second input value. |
Example
If the first value is 15 and the second value is 2, the function returns 7.