Class KoalaMale.KoalaMaleResults
Inheritance
KoalaMale.KoalaMaleResults
Assembly: AnalysisPrograms.dll
Syntax
public class KoalaMaleResults
Properties
|
Improve this Doc
View Source
Events
Declaration
public List<AcousticEvent> Events { get; set; }
Property Value
|
Improve this Doc
View Source
Hits
Declaration
public double[, ] Hits { get; set; }
Property Value
|
Improve this Doc
View Source
Plot
Declaration
public Plot Plot { get; set; }
Property Value
|
Improve this Doc
View Source
RecordingtDuration
Declaration
public TimeSpan RecordingtDuration { get; set; }
Property Value
|
Improve this Doc
View Source
Sonogram
Declaration
public BaseSonogram Sonogram { get; set; }
Property Value
Extension Methods