Divides In1 by In2.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
Numerator
|
|
In2
|
Numeric
|
Null
|
Denominator — For example, in the fraction ¾, 3 is the numerator and 4 is the denominator.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The result of the calculations. If either of the inputs are Null, the result is Null. An attempt to divide by zero also results in Null.
|
|
Div0
|
Digital
|
Outputs True when the denominator is equal to 0.0. (That is, an attempt to divide by zero.)
|
|