Interface ISpectralPoint
Assembly: AudioAnalysisTools.dll
public interface ISpectralPoint : IEquatable<ISpectralPoint>, IComparable, IInterval2<double, double>
Properties
|
Improve this Doc
View Source
Declaration
Interval<double> Hertz { get; }
Property Value
|
Improve this Doc
View Source
Declaration
Interval<double> Seconds { get; }
Property Value
|
Improve this Doc
View Source
Declaration
Property Value
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
Interval<double> IInterval2<double, double>.X { get; }
Returns
|
Improve this Doc
View Source
Declaration
Interval<double> IInterval2<double, double>.Y { get; }
Returns
Extension Methods