Class FrequencyRange<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A frequency range.
public class FrequencyRange<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
FrequencyRange<T>
- Inherited Members
Properties
HighFrequency
Gets or sets the upper frequency bound in Hz.
public T HighFrequency { get; set; }
Property Value
- T
LowFrequency
Gets or sets the lower frequency bound in Hz.
public T LowFrequency { get; set; }
Property Value
- T