Returns a vector whose components are a subset of the components of
this instance
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexVector GetSubvector(
Range range
)
Public Function GetSubvector (
range As Range
) As SingleComplexVector
public:
SingleComplexVector^ GetSubvector(
Range range
)
member GetSubvector :
range : Range -> SingleComplexVector
Parameters
- range
- Type: Extreme.Mathematics.LinearAlgebraRange
A Range value specifying the
range of components in this instance that will make up the new
vector.
Return Value
Type:
SingleComplexVectorA reference to the new
ComplexVector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference