Int modulo in table select expression tree. More...
#include <ExprMathNode.h>
Public Member Functions | |
| TableExprNodeModuloInt (const TableExprNodeRep &) | |
| ~TableExprNodeModuloInt () | |
| Int64 | getInt (const TableExprId &id) |
| Double | getDouble (const TableExprId &id) |
| DComplex | getDComplex (const TableExprId &id) |
Int modulo in table select expression tree.
Internal
This class represents a modulo operation in a table select expression tree. It is only possible for datatype Int.
Definition at line 651 of file ExprMathNode.h.
| casacore::TableExprNodeModuloInt::TableExprNodeModuloInt | ( | const TableExprNodeRep & | ) |
| casacore::TableExprNodeModuloInt::~TableExprNodeModuloInt | ( | ) |
| DComplex casacore::TableExprNodeModuloInt::getDComplex | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| Double casacore::TableExprNodeModuloInt::getDouble | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
| Int64 casacore::TableExprNodeModuloInt::getInt | ( | const TableExprId & | id | ) | [virtual] |
Reimplemented from casacore::TableExprNodeRep.
1.6.1