Returns a vector whose components are a subset of the components of
this instance
Namespace: Extreme.Mathematics.LinearAlgebra.ComplexAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override ComplexVector GetSubvector(
int startIndex,
int endIndex,
int stride
)
Public Overrides Function GetSubvector (
startIndex As Integer,
endIndex As Integer,
stride As Integer
) As ComplexVector
public:
virtual ComplexVector^ GetSubvector(
int startIndex,
int endIndex,
int stride
) override
abstract GetSubvector :
startIndex : int *
endIndex : int *
stride : int -> ComplexVector
override GetSubvector :
startIndex : int *
endIndex : int *
stride : int -> ComplexVector
Parameters
- startIndex
- Type: SystemInt32
The index of the first element of this
ComplexVector to be contained in the new
vector. - endIndex
- Type: SystemInt32
The index of the last element of this
ComplexVector to be contained in the new
vector. - stride
- Type: SystemInt32
The increment for the index
in this instance corresponding to an
increment of one in the new vector.
Return Value
Type:
ComplexVectorA reference to the new
ComplexVector.
Exception | Condition |
---|
ArgumentOutOfRangeException | startIndex is outside the bounds
for this instance. -or- endIndex is outside the bounds
for this instance. |
Numerical Libraries
Supported in: 5.x, 4.x
Reference