Click or drag to resize

AsciiGlobalStructureAnalysis Constructor

Constructor for the analysis. You must provide the first few lines of a ascii file (say 30) in order to have a good analysis.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AsciiGlobalStructureAnalysis(
	List<string> firstLines
)

Parameters

firstLines  ListString
List of the first lines of an ascii file.
See Also