C# Class ImageSimilarity.Complex

Datei anzeigen Open project: opentibia/item-editor

Public Methods

Method Description
Complex ( ) : System
Complex ( double r ) : System
Complex ( double r, double i ) : System
GetModulus ( ) : double
ToString ( ) : string
operator ( ) : Complex

Method Details

Complex() public method

public Complex ( ) : System
return System

Complex() public method

public Complex ( double r ) : System
r double
return System

Complex() public method

public Complex ( double r, double i ) : System
r double
i double
return System

GetModulus() public method

public GetModulus ( ) : double
return double

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Complex
return Complex