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