casa
$Rev:20696$
|
Double addition in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodePlusDouble (const TableExprNodeRep &) | |
~TableExprNodePlusDouble () | |
Double | getDouble (const TableExprId &id) |
DComplex | getDComplex (const TableExprId &id) |
Double addition in table select expression tree.
Internal
This class represents an addition in a table select expression tree. Strings can also be added (ie. concatenated). Numeric data types will be promoted if possible, so for instance an addition of Int and Complex is possible.
Definition at line 131 of file ExprMathNode.h.
DComplex casa::TableExprNodePlusDouble::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Double casa::TableExprNodePlusDouble::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.