Package isql.help.scalar.numeric

Interface Summary
IBinaryNumericScalar for operators/function that need 2 input values and returns 1 value
 

Class Summary
DivideScalar predicate that operates the division between two numbers
DivScalar predicate that operates the integer division between two numbers
MinusScalar predicate that operates the subtraction between two numbers
ModScalar predicate that operates the module (mod) between two numbers
PlusScalar predicate that operates the sum between two numbers
PowScalar predicate that operates the power of one number by another one
TimesScalar predicate that operates the multiplications between two numbers