MathFunction

Parent Previous Next

Full Library / Math Operator / Math and Trig / MathFunction
Block Name: MathFunction

Code File Location: VisualSim/actor/lib/MathFunction

Block Overview

NOTES: 1. Some functions like exp, log, square, and sqrt act on a single operand only. Other functions like modulo act on two operands. The actor acquires a second input when the function is changed to modulo, and loses the input when the function is changed back. 2. There is an alternative to using the MathFunction.modulo() method If you want to use the IEEE remainder standard, use the Remainder actor.

Field Detail

function

public StringAttribute function


firstOperand

public TypedIOPort firstOperand


secondOperand

public TypedIOPort secondOperand


output

public TypedIOPort output



Created with the Personal Edition of HelpNDoc: Free CHM Help documentation generator