JUCE
Public Attributes | List of all members
FFT::Complex Struct Reference

A complex number, for the purposes of the FFT class. More...

Public Attributes

float r
 Real part. More...
 
float i
 Imaginary part. More...
 

Detailed Description

A complex number, for the purposes of the FFT class.

Member Data Documentation

float FFT::Complex::r

Real part.

float FFT::Complex::i

Imaginary part.


The documentation for this struct was generated from the following file: