![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXComplexd.h>
| FX::FXComplexd::FXComplexd | ( | ) | [inline] |
Default constructor; value is not initialized.
| FX::FXComplexd::FXComplexd | ( | FXdouble | r | ) | [inline] |
Construct from real.
| FX::FXComplexd::FXComplexd | ( | const FXComplexd & | c | ) | [inline] |
Initialize from another complex.
| FXComplexd& FX::FXComplexd::set | ( | FXdouble | r | ) | [inline] |
Set value from real.
| FXComplexd& FX::FXComplexd::set | ( | FXdouble | r, | |
| FXdouble | i | |||
| ) | [inline] |
Set value from components.
| FXComplexd& FX::FXComplexd::set | ( | const FXComplexd & | c | ) | [inline] |
Set value from another complex.
| FX::FXComplexd::operator FXbool | ( | ) | const [inline] |
Test for non-zero.
| FXbool FX::FXComplexd::operator! | ( | ) | const [inline] |
Test if zero.
| FXdouble FX::FXComplexd::modulus2 | ( | ) | const [inline] |
| FXdouble FX::FXComplexd::modulus | ( | ) | const [inline] |
| FXdouble FX::FXComplexd::argument | ( | ) | const [inline] |
Return a non-const reference to the ith element.
Return a const reference to the ith element.
| FXComplexd FX::FXComplexd::operator+ | ( | ) | const [inline] |
Unary.
| FXComplexd FX::FXComplexd::operator- | ( | ) | const [inline] |
| FXComplexd& FX::FXComplexd::operator= | ( | const FXdouble | r | ) | [inline] |
Assignment from real.
| FXComplexd& FX::FXComplexd::operator= | ( | const FXComplexd & | c | ) | [inline] |
Assignment from another complex.
| FXComplexd& FX::FXComplexd::operator+= | ( | FXdouble | r | ) | [inline] |
Assigning operators with real.
| FXComplexd& FX::FXComplexd::operator-= | ( | FXdouble | r | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator*= | ( | FXdouble | r | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator/= | ( | FXdouble | r | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator+= | ( | const FXComplexd & | c | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator-= | ( | const FXComplexd & | c | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator*= | ( | const FXComplexd & | c | ) | [inline] |
| FXComplexd& FX::FXComplexd::operator/= | ( | const FXComplexd & | c | ) | [inline] |
References im, modulus2(), and re.
| FXbool FX::FXComplexd::operator== | ( | const FXComplexd & | c | ) | const [inline] |
| FXbool FX::FXComplexd::operator!= | ( | const FXComplexd & | c | ) | const [inline] |
|
|