Returns a row
ComplexVector for this instance
over the specified range.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplexVector GetRow(
int row,
int startColumn,
int endColumn
)
Public Function GetRow (
row As Integer,
startColumn As Integer,
endColumn As Integer
) As SingleComplexVector
public:
SingleComplexVector^ GetRow(
int row,
int startColumn,
int endColumn
)
member GetRow :
row : int *
startColumn : int *
endColumn : int -> SingleComplexVector
Parameters
- row
- Type: SystemInt32
The zero-based index of the row. - startColumn
- Type: SystemInt32
The zero-based index of the
column containing the first element in the row vector.
- endColumn
- Type: SystemInt32
The column index of the last element in the
row vector.
Return Value
Type:
SingleComplexVectorA row
ComplexVector.
Exception | Condition |
---|
ArgumentOutOfRangeException | row is less than zero or greater
than or equal to the number of rows
-or- startColumn is less
than zero or greater than or equal to the number of columns. -or- endColumn or endRow is less
than zero or greater than or equal to the number of columns. |
Numerical Libraries
Supported in: 5.x, 4.x
Reference