ContentsIndexHome
PreviousUpNext
setValue Method

Sets the provided position to the value.

Set the provided position to the value. Applies to element valued data. 

 

void setValue(ITuple pos, IElement value);

 

Set the provided position to the value. Applies to string valued data, and element valued data of which the range is not a subset of Integers. 

 

void setValue(ITuple pos, String value);

 

Set the provided position to the value. Applies to double valued data. 

 

void setValue(ITuple pos, double value);

 

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. 

 

void setValue(ITuple pos, int value);

 

Set the provided position to the value. Applies to element valued data. 

 

void setValue(Tuple pos, IElement value);

 

Set the provided position to the value. Applies to string valued data, and element valued data of which the range is not a subset of Integers. 

 

void setValue(Tuple pos, String value);

 

Set the provided position to the value. Applies to double valued data. 

 

void setValue(Tuple pos, double value);

 

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. 

 

void setValue(Tuple pos, int value);