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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IROMatrix<double> GetMatrixWrapper()
Return Value
IROMatrixDoubleA readonly matrix with the data this proxy refers to.
See Also