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