Search Results for

    Show / Hide Table of Contents

    Struct SpectralPoint

    Implements
    ISpectralPoint
    IEquatable<ISpectralPoint>
    IComparable
    IInterval2<Double, Double>
    Inherited Members
    ValueType.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: AudioAnalysisTools.Events
    Assembly: AudioAnalysisTools.dll
    Syntax
    public readonly struct SpectralPoint : ISpectralPoint, IEquatable<ISpectralPoint>, IComparable, IInterval2<double, double>

    Constructors

    | Improve this Doc View Source

    SpectralPoint(Interval<Double>, Interval<Double>, Double)

    Declaration
    public SpectralPoint(Interval<double> seconds, Interval<double> hertz, double value)
    Parameters
    Type Name Description
    Interval<Double> seconds
    Interval<Double> hertz
    Double value

    Properties

    | Improve this Doc View Source

    Hertz

    Declaration
    public readonly Interval<double> Hertz { get; }
    Property Value
    Type Description
    Interval<Double>
    | Improve this Doc View Source

    Seconds

    Declaration
    public readonly Interval<double> Seconds { get; }
    Property Value
    Type Description
    Interval<Double>
    | Improve this Doc View Source

    Value

    Declaration
    public readonly double Value { get; }
    Property Value
    Type Description
    Double

    Methods

    | Improve this Doc View Source

    CompareTo(Object)

    Compare all seconds and frequency values.

    Declaration
    public readonly int CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    Equals(ISpectralPoint)

    Declaration
    public readonly bool Equals(ISpectralPoint other)
    Parameters
    Type Name Description
    ISpectralPoint other
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override readonly int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override readonly string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()

    Implements

    ISpectralPoint
    System.IEquatable<T>
    System.IComparable
    IInterval2<TX, TY>

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top