运算与逻辑控制


运算与逻辑控制

基本运算

  • add
  • subtract
  • multiply
  • divide
  • modulo

比较运算

  • equal
  • greater
  • less

逻辑运算

  • and
  • nor
  • nand
  • not
  • or
  • xor

集合操作

  • average
  • join
  • concat

数据管理

  • buffer
  • count
  • delta
  • fade
  • flip-flop

循环控制

  • defer

条件通路控制

  • any
  • gate
  • error
  • debounce
  • overrun
  • select
  • throttle
  • wait-all
  • wait-all-once
  • nth-input

条件分支控制

  • if-else
  • if-error
  • switch-case
  • branch
  • has-error

触发信号

  • boot
  • clock
  • pulse-on-change
  • pulse-on-error
  • pulse-on-false
  • pulse-on-true
  • timer
  • delay
  • act
  • flip-n-times

其他辅助节点

  • arity-level
  • constant-boolean
  • constant-byte
  • constnat-port
  • constant-string
  • continuously
  • continuously-pausable
  • duty-to-time
  • format-number
  • micros
  • output-micros
  • spread-error
  • system-time
  • time-to-duty
  • to-percent
  • to-seconds
上次编辑于: 2022/12/17 07:45:59
Loading...