Click or drag to resize

DataTableMatrixProxyBaseForEachMatrixElementDo Method

Performs an action on each matrix element.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ForEachMatrixElementDo(
	Action<IReadableColumn, int> action
)

Parameters

action  ActionIReadableColumn, Int32
The action to perform. The first parameter is a column of the matrix, the second parameter is the index into this columnm. The indices correspond to the list of participating row indices.
See Also