Set the value at the specified index position.

Declaration Syntax
public void SetValueAt(
int index,
float value
)
Public Sub SetValueAt ( _
index As Integer, _
value As Single _
)

Parameters
- index (Int32)
- The index position. Must be less than Count.
- value (Single)
- The value
Assembly:
Common.Data (Module: Common.Data) Version: 2.0.2972.36983