FDO API Reference Feature Data Objects

The FdoBinaryOperations enumeration lists the binary expression operations available.

()

Enumerator:
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.