Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

aboveBy - Check if the in number is above base number by a threshold
abs - Return the absolute value of the number
belowBy -Check if the in number is bellow the base number by a threshold
limit - Limit val between an inclusive min and max
random - Generate a random number between min and max inclusive on every cycle
reset - Reset block computes output based on two linear equations. The input is clipped to inLo and inHi, the percentage of input along the linear segment between inLo and inHi is computed, and then that percentage is output as a Number between outLo and outHi.

within - Verifies if the provided numbers are within an offset from the base

Others

invoke - Invokes an arbitrary Fantom or Axon function.The invoke block will apply certain execution time restrictions on the function invoked.

...