Gets the vector element at the specified position.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public abstract double GetValue(
int index
)
Public MustOverride Function GetValue (
index As Integer
) As Double
public:
virtual double GetValue(
int index
) abstract
abstract GetValue :
index : int -> float
Parameters
- index
- Type: SystemInt32
The zero-based index of the element.
Return Value
Type:
DoubleThe element of the
Vector 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