Uses of Interface
isql.help.scalar.numeric.IBinaryNumericScalar

Packages that use IBinaryNumericScalar
isql.help.scalar.numeric   
 

Uses of IBinaryNumericScalar in isql.help.scalar.numeric
 

Classes in isql.help.scalar.numeric that implement IBinaryNumericScalar
 class DivideScalar
          predicate that operates the division between two numbers
 class DivScalar
          predicate that operates the integer division between two numbers
 class MinusScalar
          predicate that operates the subtraction between two numbers
 class ModScalar
          predicate that operates the module (mod) between two numbers
 class PlusScalar
          predicate that operates the sum between two numbers
 class PowScalar
          predicate that operates the power of one number by another one
 class TimesScalar
          predicate that operates the multiplications between two numbers