Gets the
Double with the specified row and column.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double this[
int r,
int c
] { get; }Parameters
- r Int32
- The row index.
- c Int32
- The column index.
Property Value
Double
The
Double.
Return Value
DoubleElement of the matrix with the specified row and column.
See Also