This component class implements the multiplication arithmetic operator.
Use this class to create parts in Canvas Views to form an equation model that contains multiplication operations. The operator multiplies the input values of the links connected to Port 1 and places the resulting value to the output links.
When there is only one link connected to Port 1, its value is used as the resulting value.
When there are multiple links connected to Port 1, their values are multiplied.
If there is no link connected to Port 1, the values of the output links are unchanged (no operation).
When there are multiple output links, all will have the same resulting value after evaluation.
None.
Evaluation (SG_xEval): multiplies all the values from the input links and places the resulting value in all the output links.
Port 1: connects to an input link with a value that is to be multiplied with other inputs. It can be linked multiple times.
Port 2: connects to an output link that receives the resulting value. It can be linked multiple times.
Visual Calculator for SansGUI Version 1.1
Copyright © 2001-2003 ProtoDesign, Inc. All rights reserved.