ASPiK SDK
Loading...
Searching...
No Matches
ComplexNumber Struct Reference

Structure to hold a complex value. More...

#include <fxobjects.h>

Public Member Functions

 ComplexNumber (double _real, double _imag)
 

Public Attributes

double real = 0.0
 real part
 
double imag = 0.0
 imaginary part
 

Detailed Description

Structure to hold a complex value.

Author
Will Pirkle http://www.willpirkle.com
Remarks
This object is included in Designing Audio Effects Plugins in C++ 2nd Ed. by Will Pirkle
Version
Revision : 1.0
Date
Date : 2018 / 09 / 7

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