RODoubleMatrixInArray1DColumnMajorRepresentationItem Property |
Gets or sets the element at the specified row and column.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double this[
int row,
int column
] { get; }Parameters
- row Int32
- The zero-based row index.
- column Int32
- The zero-based column index.
Return Value
DoubleThe value at the specified row and column.
Implements
IROMatrixTItemInt32, Int32
See Also