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