Double Array modulo in table select expression tree. More...
#include <ExprMathNodeArray.h>
Public Member Functions | |
TableExprNodeArrayModuloDouble (const TableExprNodeRep &) | |
~TableExprNodeArrayModuloDouble () | |
MArray< Double > | getArrayDouble (const TableExprId &id) |
The default implementation of getArrayDouble does getArrayInt and converts the result. |
Double Array 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 Double.
Definition at line 676 of file ExprMathNodeArray.h.
casacore::TableExprNodeArrayModuloDouble::TableExprNodeArrayModuloDouble | ( | const TableExprNodeRep & | ) |
casacore::TableExprNodeArrayModuloDouble::~TableExprNodeArrayModuloDouble | ( | ) |
MArray<Double> casacore::TableExprNodeArrayModuloDouble::getArrayDouble | ( | const TableExprId & | id | ) | [virtual] |
The default implementation of getArrayDouble does getArrayInt and converts the result.
Reimplemented from casacore::TableExprNodeArray.