Click or drag to resize

DataTableMatrixProxyBaseGetMatrixWrapper Method

Gets the matrix as read-only matrix of Double values. The returned matrix is only a wrapper around data hold by this instance, so that the data will change, if anything in this instance is changed. Intended for short time usage only.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IROMatrix<double> GetMatrixWrapper()

Return Value

IROMatrixDouble
A readonly matrix with the data this proxy refers to.
See Also