IVector.Get Values Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Returns a new object that contains the values at the specified positions. |
Get | Returns a new object that contains the values at the specified positions. |
GetValues(IEnumerable<Int32>)
Returns a new object that contains the values at the specified positions.
IVector GetValues(
IEnumerable<int> indexes
)
Parameters
- indexes IEnumerable<Int32>
- An integer sequence containing the indexes of the elements in the original object.
Return Value
IVectorA new object containing the values at the positions specified by indexes.
GetValues(Int32[])
Returns a new object that contains the values at the specified positions.
IVector GetValues(
int[] indexes
)
Parameters
- indexes Int32[]
- An integer array containing the indexes of the elements in the original object.
Return Value
IVectorA new object containing the values at the positions specified by indexes.