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. 

 

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

The integer value.