ContentsIndexHome
PreviousUpNext
IDataView::insert Method (Tuple&, double)

Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. Applies to double valued data. 

 

C++
virtual void insert(const Tuple& pos, 
                            double value) = 0;
Parameters 
Description 
const Tuple& pos 
The position.  
double value 
The value.