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