Sets the vector component at the specified position to the specified value.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override void SetValue(
T value,
int index
)
Public Overrides Sub SetValue (
value As T,
index As Integer
)
public:
virtual void SetValue(
T value,
int index
) override
abstract SetValue :
value : 'T *
index : int -> unit
override SetValue :
value : 'T *
index : int -> unit
Parameters
- value
- Type: T
The new value of the component. - index
- Type: SystemInt32
The zero-based index of the component.
Return Value
Type:
The component of the
VectorT in the
indexth position.
This method does not perform bounds checking. It is provided
for optimized access in situations where the argument is known to be
within bounds. If the argument is outside its valid range, the result
may be unpredictable.
Numerical Libraries
Supported in: 5.x, 4.x
Reference