Click or drag to resize

Origin2AltaxoWrapperEnumerateAllMatrices Method

Enumerates all matrices together with their full name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IEnumerable<(string fullName, Matrix )> EnumerateAllMatrices()

Return Value

IEnumerableValueTupleString, Matrix
Enumeration of tuples of full name of the matrix and the matrix.
See Also