Gets the vector component at the specified position.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public abstract double GetValue(
int index
)
|
| Visual Basic (Declaration) |
Public MustOverride Function GetValue ( _
index As Integer _
) As Double
|
| Visual C++ |
public:
virtual double GetValue(
int index
) abstract
|
| F# |
abstract GetValue :
index:int -> float
|
Return Value
The component of the
Vector in the
indexth position.
Remarks
See Also