The Division component divides two numbers. There are specific input receptacles labeled for ensuring the dividend and divisor are properly selected. The single output is the quotient.
Inputs: 2
Input Name:
Description:
Dividend
The input value to divide.
Divisor
The value that you will use to divide the dividend.
Outputs: 1
Output Name:
Description:
Quotient
The result of the computation of the two input values. Equation is dividend รท divisor = quotient.