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