Gets the vector component at the specified position.
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override DoubleComplex GetValue(
int index
)
Public Overrides Function GetValue (
index As Integer
) As DoubleComplex
public:
virtual DoubleComplex GetValue(
int index
) override
abstract GetValue :
index : int -> DoubleComplex
override GetValue :
index : int -> DoubleComplex
Parameters
- index
- Type: SystemInt32
The zero-based index of the component.
Return Value
Type:
DoubleComplexThe 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
is unspecified.
Numerical Libraries
Supported in: 5.x, 4.x
Reference