Click or drag to resize

DataTableMatrixProxyBaseDoubleMatrixAsNullDeviceGetMatrix Method

Creates a null-device matrix with the specified dimensions.

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

Parameters

rows  Int32
The number of rows.
columns  Int32
The number of columns.

Return Value

DataTableMatrixProxyBaseDoubleMatrixAsNullDevice
The created matrix.
See Also