[]
Sets an item at the specified index.
public double SetItem(int index, double value)
| Type | Name | Description |
|---|---|---|
| int | index | The index to set the value. |
| double | value | The value to be set. |
| Type | Description |
|---|---|
| double | Returns a delta value indicating the difference between the previous and the set value. |