Click or drag to resize

MatValueMatrixItem Property

Gets the matrix value at the given row and column.

Namespace: Altaxo.Serialization.Matlab
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double this[
	int row,
	int column
] { get; }

Parameters

row  Int32
Zero-based row index.
column  Int32
Zero-based column index.

Property Value

Double

Implements

IROMatrixTItemInt32, Int32
See Also