Click or drag to resize

DataTableMatrixProxyBaseDoubleMatrixAsNullDeviceItem Property

[Missing <summary> documentation for "P:Altaxo.Data.DataTableMatrixProxyBase.DoubleMatrixAsNullDevice.Item(System.Int32,System.Int32)"]


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

Parameters

row  Int32
 
col  Int32
 

Property Value

Double

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also