Get the matrix value at row r and column c, or NaN if out of range.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double this[
int r,
int c
] { get; }Parameters
- r Int32
- Row index.
- c Int32
- Column index.
Return Value
DoubleThe value at the requested position or
double.NaN if out of range.
See Also