Returns a column
ComplexVector for this instance
starting at the specified column and row and of the
specified length.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public virtual SingleComplexVector GetColumn(
int column,
int startRow,
int endRow,
int rowStride
)
Public Overridable Function GetColumn (
column As Integer,
startRow As Integer,
endRow As Integer,
rowStride As Integer
) As SingleComplexVector
public:
virtual SingleComplexVector^ GetColumn(
int column,
int startRow,
int endRow,
int rowStride
)
abstract GetColumn :
column : int *
startRow : int *
endRow : int *
rowStride : int -> SingleComplexVector
override GetColumn :
column : int *
startRow : int *
endRow : int *
rowStride : int -> SingleComplexVector
Parameters
- column
- Type: SystemInt32
The zero-based index of the column. - startRow
- Type: SystemInt32
The zero-based index of the
row containing the first element in the column vector.
- endRow
- Type: SystemInt32
The row index of the last element in the
column vector. - rowStride
- Type: SystemInt32
The increment for the index
in the column ComplexVector corresponding to an
increment of one in the new vector.
Return Value
Type:
SingleComplexVectorA column
ComplexVector.
Exception | Condition |
---|
ArgumentOutOfRangeException | column is less than zero or greater
than or equal to the number of columns
-or- startRow is less
than zero or greater than or equal to the number of rows. -or- endRow or endRow is less
than zero or greater than or equal to the number of rows. |
Numerical Libraries
Supported in: 5.x, 4.x
Reference