Reference
Components
Float Stack 
Description
The Float Stack component stores float values in a stack. Values are pushed in and popped out on a last in, first out basis (LIFO).
You can get the stack in Float Array form from the third output. The array contains items in the order they would be popped out – so the first 
item is at the top of the stack, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed 
onto the stack
Float The number at the top 
of the stack
Float
Trigger to push the next 
number onto the stack
Trigger Number of entries in 
the stack
Int
Trigger to pop the next 
number off the stack
Trigger Stack represented as 
an array of floats
Float Array
Trigger to clear all entries 
from the stack
Trigger
124 of 494










