ContentsIndexHome
PreviousUpNext
getInt Method

Returns the int value for the provided tuple. Applies to integer valued data and element valued data of which the range is a subset of Integers.

Returns the int value for the provided ITuple. Applies to integer valued data and element valued data of which the range is a subset of Integers. 

 

virtual int getInt(const ITuple* tuple) = 0;

 

Returns the int value for the provided Tuple. Applies to integer valued data and element valued data of which the range is a subset of Integers. 

 

virtual int getInt(const Tuple& tuple) = 0;