Unary minus in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
| TableExprNodeMIN (const TableExprNodeRep &) | |
| ~TableExprNodeMIN () | |
| Int64 | getInt (const TableExprId &id) |
| Double | getDouble (const TableExprId &id) |
| DComplex | getDComplex (const TableExprId &id) |
Unary minus in table select expression tree.
Internal
This class represents a unary minus in a table select expression tree. This is defined for numeric data types only.
Definition at line 805 of file ExprMathNode.h.
| casacore::TableExprNodeMIN::TableExprNodeMIN | ( | const TableExprNodeRep & | ) |
| casacore::TableExprNodeMIN::~TableExprNodeMIN | ( | ) |
| DComplex casacore::TableExprNodeMIN::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| Double casacore::TableExprNodeMIN::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| Int64 casacore::TableExprNodeMIN::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
1.6.1