Class SurfAnalysis.CsvDataRecord
In line class used to store a single record read from a line of the csv file.
Inheritance
SurfAnalysis.CsvDataRecord
Assembly: AnalysisPrograms.dll
Syntax
public class CsvDataRecord
Properties
|
Improve this Doc
View Source
EventDurationSeconds
Declaration
public TimeSpan EventDurationSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
EventEndSeconds
Declaration
public TimeSpan EventEndSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
EventStartSeconds
Declaration
public TimeSpan EventStartSeconds { get; set; }
Property Value
|
Improve this Doc
View Source
HighFrequencyHertz
Declaration
public int HighFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
LowFrequencyHertz
Declaration
public int LowFrequencyHertz { get; set; }
Property Value
|
Improve this Doc
View Source
WavFileName
Declaration
public string WavFileName { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
ReadDataRecord(String)
Declaration
public static SurfAnalysis.CsvDataRecord ReadDataRecord(string record)
Parameters
Type |
Name |
Description |
String |
record |
|
Returns
Extension Methods