Double division in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
| TableExprNodeDivideDouble (const TableExprNodeRep &) | |
| ~TableExprNodeDivideDouble () | |
| Double | getDouble (const TableExprId &id) |
| DComplex | getDComplex (const TableExprId &id) |
Double 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 563 of file ExprMathNode.h.
| casacore::TableExprNodeDivideDouble::TableExprNodeDivideDouble | ( | const TableExprNodeRep & | ) |
| casacore::TableExprNodeDivideDouble::~TableExprNodeDivideDouble | ( | ) |
| DComplex casacore::TableExprNodeDivideDouble::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| Double casacore::TableExprNodeDivideDouble::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
1.6.1