Class monkey.stack.FloatStack - leonard-thieu/monkey GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️