|
|
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.
virtual void setValue(const ITuple* pos, int value) = 0;
|
Parameters |
Description |
|
const ITuple* pos |
The position to write on. |
|
int value |
The value to write. |