IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
AP.Complex Struct Reference

Public Member Functions

 Complex (double _x)
 
 Complex (double _x, double _y)
 

Static Public Member Functions

static implicit operator Complex (double _x)
 
static bool operator== (Complex lhs, Complex rhs)
 
static bool operator!= (Complex lhs, Complex rhs)
 
static Complex operator+ (Complex lhs)
 
static Complex operator- (Complex lhs)
 
static Complex operator+ (Complex lhs, Complex rhs)
 
static Complex operator- (Complex lhs, Complex rhs)
 
static Complex operator* (Complex lhs, Complex rhs)
 
static Complex operator/ (Complex lhs, Complex rhs)
 

Public Attributes

double x
 
double y
 

Constructor & Destructor Documentation

AP.Complex.Complex ( double  _x)
inline
AP.Complex.Complex ( double  _x,
double  _y 
)
inline

Member Function Documentation

static implicit AP.Complex.operator Complex ( double  _x)
inlinestatic

References AP.Complex.Complex().

static bool AP.Complex.operator== ( Complex  lhs,
Complex  rhs 
)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

static bool AP.Complex.operator!= ( Complex  lhs,
Complex  rhs 
)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

static Complex AP.Complex.operator+ ( Complex  lhs)
inlinestatic
static Complex AP.Complex.operator- ( Complex  lhs)
inlinestatic
static Complex AP.Complex.operator+ ( Complex  lhs,
Complex  rhs 
)
inlinestatic
static Complex AP.Complex.operator- ( Complex  lhs,
Complex  rhs 
)
inlinestatic
static Complex AP.Complex.operator* ( Complex  lhs,
Complex  rhs 
)
inlinestatic
static Complex AP.Complex.operator/ ( Complex  lhs,
Complex  rhs 
)
inlinestatic

References AP.Complex.x, and AP.Complex.y.

Member Data Documentation


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