Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.PortableThreadPool.HillClimbing.Complex Struct Reference

Public Member Functions

 Complex (double real, double imaginary)
 
double Abs ()
 

Static Public Member Functions

static Complex operator* (double scalar, Complex complex)
 
static Complex operator/ (Complex complex, double scalar)
 
static Complex operator- (Complex lhs, Complex rhs)
 
static Complex operator/ (Complex lhs, Complex rhs)
 

Properties

double Imaginary [get]
 
double Real [get]
 

Detailed Description

Definition at line 351 of file PortableThreadPool.cs.


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