Sets the vector component at the specified position to the specified value.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Sub SetValue ( _
value As Double, _
index As Integer _
) |
| C# |
|---|
public override void SetValue (
double value,
int index
) |
| C++ |
|---|
public:
virtual void SetValue (
double value,
int index
) override |
Parameters
- value (System.Double)
- A Double specifying the new value of the component.
- index (System.Int32)
- The zero-based index of the component.
Return Value
The component of the
Vector in the
indexth position.
Remarks
Exceptions