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. 

 

Java
void insert(Tuple pos, 
                   double value);
Parameters 
Description 
Tuple pos 
The position.  
double value 
The value.