BaseMatrixGetRowArray Method |
Gets a row array of this matrix at the selected position.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double[] GetRowArray(
int rowIndex
)
Public Function GetRowArray (
rowIndex As Integer
) As Double()
Request Example
View SourceParameters
- rowIndex Int32
- The row index (zero-based).
Return Value
DoubleThe row array.
See Also