Uses of Class
bob.constantes.TOpArithm

Packages that use TOpArithm
bob.constantes Provides classes to represent constants in the B components - like the operators -. 
 

Uses of TOpArithm in bob.constantes
 

Fields in bob.constantes declared as TOpArithm
static TOpArithm TOpArithm.DIVISE
          Opérateur "divisé par" (quotient de la division entière) (/)
static TOpArithm TOpArithm.EGAL
          Opérateur "égal" (=).
static TOpArithm TOpArithm.MODULO
          Opérateur "modulo" (reste de la division entière) (mod)
static TOpArithm TOpArithm.MOINS
          Opérateur "moins" (-)
static TOpArithm TOpArithm.MULTIPLIE
          Opérateur "multiplié par" (*)
static TOpArithm TOpArithm.PLUS
          Opérateur "plus" (+)
static TOpArithm TOpArithm.PUISSANCE
          Opérateur "puissance de" (**)
 



Copyright OB.