C# 클래스 Mission02.Complex

파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( Complex Q ) : Complex
Q Complex
리턴 Complex

Add() 공개 메소드

public Add ( int real, int imaginary ) : Complex
real int
imaginary int
리턴 Complex

Complex() 공개 메소드

public Complex ( ) : System
리턴 System

Complex() 공개 메소드

public Complex ( int real, int imaginary ) : System
real int
imaginary int
리턴 System

Subtract() 공개 메소드

public Subtract ( Complex Q ) : Complex
Q Complex
리턴 Complex

Subtract() 공개 메소드

public Subtract ( int real, int imaginary ) : Complex
real int
imaginary int
리턴 Complex

ToString() 공개 메소드

public ToString ( ) : String
리턴 String