class |
AddPtg |
Addition operator PTG the "+" binomial operator.
|
class |
ConcatPtg |
|
class |
DividePtg |
This PTG implements the standard binomial divide "/"
|
class |
EqualPtg |
|
class |
GreaterEqualPtg |
PTG class to implement greater or equal to
|
class |
GreaterThanPtg |
Greater than operator PTG ">"
|
class |
LessEqualPtg |
Ptg class to implement less than or equal
|
class |
LessThanPtg |
Less than operator PTG "<".
|
class |
MultiplyPtg |
Implements the standard mathematical multiplication "*"
|
class |
NotEqualPtg |
Ptg class to implement not equal
|
class |
PercentPtg |
Percent PTG.
|
class |
PowerPtg |
|
class |
SubtractPtg |
|
class |
UnaryMinusPtg |
Unary Plus operator - does not have any effect on the operand
|
class |
UnaryPlusPtg |
Unary Plus operator - does not have any effect on the operand
|