ContentsIndexHome
PreviousUpNext
IDataView::getInt Method (ITuple*)

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. 

 

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

The integer value.