5. Modulo
The Modulo Math Module takes 2 inputs (A and B) and gives the integer
value of divion (A/B) on the Div output as well as the integer remainder
on the Mod output.
For A of 5 and B of 2, we get 2 remainder 1. Thus 2 is on Div and
1 is on Mod. A and B are Constant modules.
The numeric readouts are named Div and Mod.
This is the structure view:
This is the panel view:
No comments:
Post a Comment