Click or drag to resize

MatrixSheetItem Property

Get the matrix value at row r and column c, or NaN if out of range.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double this[
	int r,
	int c
] { get; }

Parameters

r  Int32
Row index.
c  Int32
Column index.

Return Value

Double
The value at the requested position or double.NaN if out of range.
See Also