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. 

 

Java
int getInt(ITuple tuple);
Parameters 
Description 
ITuple tuple 
The ITuple for which to get the int value.  

The integer value.