DComplex Array multiplication in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
| TableExprNodeArrayTimesDComplex (const TableExprNodeRep &) | |
| ~TableExprNodeArrayTimesDComplex () | |
| MArray< DComplex > | getArrayDComplex (const TableExprId &id) |
| The default implementation of getArrayDComplex does getArrayDouble and converts the result. | |
DComplex Array multiplication in table select expression tree.
Internal
This class represents a multiplication in a table select expression tree. Numeric data types will be promoted if possible, so for instance a multiplication of Int and Complex is possible.
Definition at line 500 of file ExprMathNodeArray.h.
| casacore::TableExprNodeArrayTimesDComplex::TableExprNodeArrayTimesDComplex | ( | const TableExprNodeRep & | ) |
| casacore::TableExprNodeArrayTimesDComplex::~TableExprNodeArrayTimesDComplex | ( | ) |
| MArray<DComplex> casacore::TableExprNodeArrayTimesDComplex::getArrayDComplex | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDComplex does getArrayDouble and converts the result.
Reimplemented from casacore::TableExprNodeArray.
1.6.1