A class that exposes helper methods/properties for a dataset object.
Declaration Syntax
public static class Helpers
Table 76: Members
Method | GetMaximumCutOffFrequency(Dataset2D) |
Gets the maximum cutoff frequency limit of the dataset (useful for Filters like Butterworth and SAE). |
Method | Import(string) |
Imports dataset data from text a file. The import autodetects the file format from the supported options of tab delimited or LSPrePost export format for import. An InvalidOperationException is thrown if the import format in the input file is incompatible or if the data within the file is invalid. |