Full Library / Math Operator / Math and Trig / Math_K
Block Name: Math_K
Code File Location: VisualSim/actor/lib/Math_K
Block Overview
- A compare_output by constant K, which routes input tokens to the output port, if the comparison is true, else the input token is sent to the false_output. This actor has one input port, the input port for incoming data tokens. In addition, the value of the comparison is sent to the compare_output port, represented as '1' equals true, '0' equals false.
input
public TypedIOPort input
- Input port for data tokens.
output
public TypedIOPort output
- True output port, type same as Constant K.
Constant_K
public Parameter Constant_K
Math_Function
public StringAttribute Math_Function
- The type of operation to be performed.
Output_Type
public StringAttribute Output_Type
- The relative output mode operator. This is a string-valued attribute that defaults to "Integer". Other options: "Long", "Double".
Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator