DComplex Array division in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
TableExprNodeArrayDivideDComplex (const TableExprNodeRep &) | |
~TableExprNodeArrayDivideDComplex () | |
MArray< DComplex > | getArrayDComplex (const TableExprId &id) |
The default implementation of getArrayDComplex does getArrayDouble and converts the result. |
DComplex Array 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 589 of file ExprMathNodeArray.h.
casacore::TableExprNodeArrayDivideDComplex::TableExprNodeArrayDivideDComplex | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeArrayDivideDComplex::~TableExprNodeArrayDivideDComplex | ( | ) |
MArray<DComplex> casacore::TableExprNodeArrayDivideDComplex::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casacore::TableExprNodeArray.