casa
$Rev:20696$
|
Double multiplication in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
TableExprNodeTimesDouble (const TableExprNodeRep &) | |
~TableExprNodeTimesDouble () | |
Double | getDouble (const TableExprId &id) |
DComplex | getDComplex (const TableExprId &id) |
Double 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 473 of file ExprMathNode.h.
DComplex casa::TableExprNodeTimesDouble::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.
Double casa::TableExprNodeTimesDouble::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casa::TableExprNodeRep.