Click or drag to resize

DataTableMatrixProxyBaseDoubleMatrixAsNullDeviceItem Property

Get / sets an element of the matrix at (row, col).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
The zero-based row index.
col  Int32
The zero-based column index.

Property Value

Double

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also