|
Class Summary |
| Addition |
To represent addition operator |
| Arithmetic |
To hold all constants specific to arithmetic operators |
| BaseModulus |
To serve as the base class for CModulus and JModulus operators |
| CModulus |
To represent modulus operator in C/C++ |
| Division |
To represent division operator |
| Exponentiation |
To represent exponentiation operator - currently,
since it caters to Visual Basic it changes the return value
to CInt if the result is a whole number. |
| JModulus |
To represent modulus operator in Java/C# |
| Multiplication |
To represent multiplication operator |
| Subtraction |
To represent subtraction operator |
| VBModulus |
To represent modulus operator in VB |