C# Class Mission02.Complex

Exibir arquivo Open project: fahidnasir/DotNet-ShortCourse2015

Public Methods

Method Description
Add ( Complex Q ) : Complex
Add ( int real, int imaginary ) : Complex
Complex ( ) : System
Complex ( int real, int imaginary ) : System
Subtract ( Complex Q ) : Complex
Subtract ( int real, int imaginary ) : Complex
ToString ( ) : String

Method Details

Add() public method

public Add ( Complex Q ) : Complex
Q Complex
return Complex

Add() public method

public Add ( int real, int imaginary ) : Complex
real int
imaginary int
return Complex

Complex() public method

public Complex ( ) : System
return System

Complex() public method

public Complex ( int real, int imaginary ) : System
real int
imaginary int
return System

Subtract() public method

public Subtract ( Complex Q ) : Complex
Q Complex
return Complex

Subtract() public method

public Subtract ( int real, int imaginary ) : Complex
real int
imaginary int
return Complex

ToString() public method

public ToString ( ) : String
return String