Class monkey.stack.FloatStack - leonard-thieu/monkey GitHub Wiki
A FloatStack is a convenience class for dealing with stacks of floats.
Stack<Float>
New ()
A FloatStack is a convenience class for dealing with stacks of floats.
Creates a new empty FloatStack.
Implements the Compare method, which allows FloatStacks to be sorted using the Sort method.