ContentsIndexHome
PreviousUpNext
IDataView::getInt Method (Tuple&)

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. 

 

C++
virtual int getInt(const Tuple& tuple) = 0;
Parameters 
Description 
const Tuple& tuple 
The Tuple for which to get the int value.  

The integer value.