Reference
Components
Float Queue 
Description
The Float Queue component stores float values in a queue. Values are pushed in and popped out on a first in, first out basis (FIFO).
You can get the queue 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 front of the queue, the second item is next and so on.
Connectors
Inputs Type Outputs
Next number to be pushed 
onto the queue
Float The number at the 
front of the queue
Float
Trigger to push the next 
number onto the queue
Trigger Number of entries in 
the queue
Int
Trigger to pop the next 
number off the queue
Trigger The queue as a float 
array
Float Array
Trigger to clear all entries 
from the queue
Trigger
123 of 494










