Distributed Vector<T>.Get Value Method
Definition
Namespace: Extreme.Mathematics.Distributed
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Gets the vector element at the specified position. |
Get |
Gets the value at the specified key.
Preliminary |
GetValue(Int32)
Gets the vector element at the specified position.
public override T GetValue(
int index
)
Parameters
- index Int32
- The zero-based index of the element.
Return Value
TThe element of the Vector<T> in the indexth position.
Remarks
If the local data at the specified location is out of date, all out of date data is downloaded from the device or worker node.