lessEqual derived from boolean Example Source Header

Description: a boolean node that does a <= test on its children

notes:
Category: Math
Author: Alex Hill
Revision: 11/01/01

    Comments

constructor lessEqual

method app

1 if this node has size greater than zero
1.1 for each child node do
1.1.0.1 for each value in the child node do
1.1.0.1.1 if the element is less than the size of this node then
1.1.0.1.1.1 if the first child tested, initialize the element value to TRUE
1.1.0.1.1.2 set the element value to FALSE if the child value is greater than the prior