Origin2AltaxoWrapperEnumerateAllMatrices Method |
Enumerates all matrices together with their full name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public IEnumerable<(string fullName, Matrix )> EnumerateAllMatrices()
Return Value
IEnumerableValueTupleString,
MatrixEnumeration of tuples of full name of the matrix and the matrix.
See Also