casa
$Rev:20696$
|
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.
DComplex casa::TableExprNodeMIN::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Double casa::TableExprNodeMIN::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Int64 casa::TableExprNodeMIN::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.