Skip to content

Class monkey.stack.FloatStack

Leonard Thieu edited this page Aug 23, 2019 · 2 revisions

A FloatStack is a convenience class for dealing with stacks of floats.

Extends

  • Stack<Float>

Constructors

Methods

Detailed Discussion

A FloatStack is a convenience class for dealing with stacks of floats.

Constructor Documentation

Method New ()

Creates a new empty FloatStack.

Method Documentation

Method Compare : Int ( lhs:Float, rhs:Float )

Implements the Compare method, which allows FloatStacks to be sorted using the Sort method.

Clone this wiki locally