ContentsIndexHome
PreviousUpNext
IDataView.setValue Method (Tuple, int)

Set the provided position to the value. Applies to integer and double valued data, and element valued data of which the range is a subset of Integers. 

 

Java
void setValue(Tuple pos, 
                     int value);
Parameters 
Description 
Tuple pos 
The position to write on.  
int value 
The value to write.