FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

BinaryOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoBinaryOperations {
  FdoBinaryOperations_Add,
  FdoBinaryOperations_Subtract,
  FdoBinaryOperations_Multiply,
  FdoBinaryOperations_Divide
}
 The FdoBinaryOperations enumeration lists the binary expression operations available. More...

Enumeration Type Documentation

enum FdoBinaryOperations
 

The FdoBinaryOperations enumeration lists the binary expression operations available.

Enumeration values:
FdoBinaryOperations_Add  Add the two expressions or concatenate two string expressions.
FdoBinaryOperations_Subtract  Subtract the two expressions.
FdoBinaryOperations_Multiply  Multiply the two expressions.
FdoBinaryOperations_Divide  Divide the two expressions.

Definition at line 30 of file BinaryOperations.h.


Comments or suggestions? Send us feedback.