Class: CmpMemory

CmpMemory()

A memory able to retain the result a comparison Internal attributes 'greater' and 'equal' should be set manually

Constructor

new CmpMemory()

Constructs a new instance of CmpMemory
Source:

Methods

isEqual() → {boolean}

Source:
Returns:
true if the memory is set to equal
Type
boolean

isGreater() → {boolean}

Source:
Returns:
true if the memory is set to greater
Type
boolean

isGreaterOrEqual() → {boolean}

Source:
Returns:
true if the memory is set to greater or equal
Type
boolean

isLower() → {boolean}

Source:
Returns:
true if the memory is set to lower
Type
boolean

isLowerOrEqual() → {boolean}

Source:
Returns:
true if the memory is set to lower or equal
Type
boolean

isNotEqual() → {boolean}

Source:
Returns:
true if the memory is not set to equal
Type
boolean