Start » Filter Reference » Basic » Real » DivideDoubles
Module: | FoundationLite |
---|
Computes the quotient of two numbers.
Name | Type | Description | |
---|---|---|---|
inA | Double | Input Double value of dividend | |
inB | Double | Input Double value of divisor | |
outQuotient | Double | Output Double value of quotient |
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Divisor is equal to zero on input in DivideDoubles. |
Complexity Level
This filter is available on Basic Complexity Level.