Float
Holds one float value and sends it to Out. When a value arrives at In, the held value is updated and goes straight out of Out. Typing directly into the numeric field on the node does the same.
Triggerpushes the currently held value out ofOutagain (it is not there to stop the value)
Input ports
| Port ID | Type |
|---|---|
In | float |
Trigger | trigger |
Output ports
| Port ID | Type |
|---|---|
Out | float |
Scriptable members
| Path | Type |
|---|---|
inputA | float |
currentValue | float |
Synapse Apps (scripting)
await synapse.modules.create({ type: "float" }) 

