Returns a column
SingleVector 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 SingleVector GetColumn(
int column,
int startRow,
int endRow
)
Public Function GetColumn (
column As Integer,
startRow As Integer,
endRow As Integer
) As SingleVector
public:
SingleVector^ GetColumn(
int column,
int startRow,
int endRow
)
member GetColumn :
column : int *
startRow : int *
endRow : int -> SingleVector
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.
Return Value
Type:
SingleVectorA row
SingleVector.
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