BaseMatrixGetColumnArray Method |
Gets a column 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[] GetColumnArray(
int columnIndex
)
Public Function GetColumnArray (
columnIndex As Integer
) As Double()
Request Example
View SourceParameters
- columnIndex Int32
- The column index (zero-based).
Return Value
DoubleThe column array.
See Also