C# Class ImsInformed.IO.AlignmentImporter

The alignment importer.
Datei anzeigen Open project: PNNL-Comp-Mass-Spec/IMS-Informed-Library

Public Methods

Method Description
ReadFile ( string fileLocation ) : IInterpolation

The read file.

Method Details

ReadFile() public static method

The read file.
public static ReadFile ( string fileLocation ) : IInterpolation
fileLocation string /// The file location. ///
return IInterpolation