Multiplication

Multiplies 2 to 32 integer or real variables.
lrso_mu1
Arguments
(inputs)
DINT - REAL
All inputs must have the same format. From 2 to 32 inputs.
output
DINT - REAL
Multiplication of the input terms.
Example
(* FBD example with Multiplication Operators *)
lrso_mu2
(* ST equivalence *)
ao10 := ai101 * ai102;
ao5 := ai51 * ai52 * ai53;
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal