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. 

 

C++
virtual void setValue(const Tuple& pos, 
                              int value) = 0;
Parameters 
Description 
const Tuple& pos 
The position to write on.  
int value 
The value to write.