ContentsIndexHome
PreviousUpNext
IDataView.setValues Method (double...)

Sets the values for the complete domain of the data, by passing all the values as a dense array. Applies to double valued data only. 

 

Java
void setValues(double... values);
Parameters 
Description 
double... values 
The new values of the data, supplied in order.