C# 클래스 Examples.ExamplesConsole.RPCExample.ServerExampleInstance.MathClass

상속: IMath
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
Add ( double a, double b ) : double
Divide ( double a, double b ) : double
Echo ( string input ) : string
GetServerObjectCopy ( ) : IMath
MathClass ( ) : System
Multiply ( double a, double b ) : double
Subtract ( double a, double b ) : double
ThrowTestException ( ) : void
ToString ( ) : string
TriggerEchoEventAfterDelay ( int timeout, string toEcho ) : void
this ( int index ) : double

메소드 상세

Add() 공개 메소드

public Add ( double a, double b ) : double
a double
b double
리턴 double

Divide() 공개 메소드

public Divide ( double a, double b ) : double
a double
b double
리턴 double

Echo() 공개 메소드

public Echo ( string input ) : string
input string
리턴 string

GetServerObjectCopy() 공개 메소드

public GetServerObjectCopy ( ) : IMath
리턴 IMath

MathClass() 공개 메소드

public MathClass ( ) : System
리턴 System

Multiply() 공개 메소드

public Multiply ( double a, double b ) : double
a double
b double
리턴 double

Subtract() 공개 메소드

public Subtract ( double a, double b ) : double
a double
b double
리턴 double

ThrowTestException() 공개 메소드

public ThrowTestException ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TriggerEchoEventAfterDelay() 공개 메소드

public TriggerEchoEventAfterDelay ( int timeout, string toEcho ) : void
timeout int
toEcho string
리턴 void

this() 공개 메소드

public this ( int index ) : double
index int
리턴 double