DComplex division in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeDivideDComplex (const TableExprNodeRep &) | |
~TableExprNodeDivideDComplex () | |
DComplex | getDComplex (const TableExprId &id) |
DComplex division in table select expression tree.
Internal
This class represents a division in a table select expression tree. Numeric data types will be promoted if possible, so for instance a division of Int and Complex is possible.
Definition at line 594 of file ExprMathNode.h.
casacore::TableExprNodeDivideDComplex::TableExprNodeDivideDComplex | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeDivideDComplex::~TableExprNodeDivideDComplex | ( | ) |
DComplex casacore::TableExprNodeDivideDComplex::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.