FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator==()

bool fl::FFT_Args::operator== ( const FFT_Args & other) const
inline

Definition at line 62 of file fft.h.

62 {
63 return samples == other.samples && bands == other.bands &&
64 fmin == other.fmin && fmax == other.fmax &&
65 sample_rate == other.sample_rate;
66 }
float fmax
Definition fft.h:45
int samples
Definition fft.h:42
float fmin
Definition fft.h:44
int sample_rate
Definition fft.h:46
int bands
Definition fft.h:43

References FFT_Args(), bands, fmax, fmin, sample_rate, and samples.

+ Here is the call graph for this function: