Back to FabImage Studio website
You are here: Start » Filter Reference » Integer » DivideIntegers
Computes the quotient of two numbers.
Name | Type | Description | |
---|---|---|---|
![]() |
inA | Integer | |
![]() |
inB | Integer | |
![]() |
outQuotient | Integer |
Hints
- This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.
Examples
Description of usage of this filter can be found in examples and tutorial: Dealing with domain errors using the error handlers.
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideIntegers. |
Complexity Level
This filter is available on Basic Complexity Level.