Full Library / Math Operator / Math and Trig / Limiter
Block Name: Limiter
Code File Location: VisualSim/actor/lib/Limiter
Block Overview
- Produce an output token on each firing with a value that is equal to the input if the input lies between the bottom and top parameters. Otherwise, if the input is greater than top, output top. If the input is less than bottom, output bottom. This actor operates on doubles only.
bottom
public Parameter bottom
- The bottom of the limiting range. This is a double with default value 0.0.
top
public Parameter top
- The top of the limiting range. This is a double with default value 1.0.
Created with the Personal Edition of HelpNDoc: Full-featured EBook editor