Click or drag to resize

DataTableMatrixProxyBaseDoubleMatrixAsNullDevice Constructor

Initializes a new instance of the DataTableMatrixProxyBaseDoubleMatrixAsNullDevice class.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DoubleMatrixAsNullDevice(
	int rows,
	int columns
)

Parameters

rows  Int32
The number of rows.
columns  Int32
The number of columns.
See Also