Sets the vector component at the specified position to the specified value.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override void SetValue(
DoubleComplex value,
int index
)
Public Overrides Sub SetValue (
value As DoubleComplex,
index As Integer
)
public:
virtual void SetValue(
DoubleComplex value,
int index
) override
abstract SetValue :
value : DoubleComplex *
index : int -> unit
override SetValue :
value : DoubleComplex *
index : int -> unit
Parameters
- value
- Type: Extreme.MathematicsDoubleComplex
A DoubleComplex specifying the new value of the component. - index
- Type: SystemInt32
The zero-based index of the component.
Return Value
Type:
The component of the
ComplexVector 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