C# 클래스 CalcFunc, Uiml.net

파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
empty bool
operation string
result double
sign string
temp double

공개 메소드들

메소드 설명
Calculate ( double g ) : double
CalculateResult ( ) : String
RecordNumber ( string number ) : void
RecordOperation ( string oper ) : void
RecordSign ( string psign ) : void
SwitchSign ( String number ) : string

메소드 상세

Calculate() 공개 정적인 메소드

public static Calculate ( double g ) : double
g double
리턴 double

CalculateResult() 공개 정적인 메소드

public static CalculateResult ( ) : String
리턴 String

RecordNumber() 공개 정적인 메소드

public static RecordNumber ( string number ) : void
number string
리턴 void

RecordOperation() 공개 정적인 메소드

public static RecordOperation ( string oper ) : void
oper string
리턴 void

RecordSign() 공개 정적인 메소드

public static RecordSign ( string psign ) : void
psign string
리턴 void

SwitchSign() 공개 정적인 메소드

public static SwitchSign ( String number ) : string
number String
리턴 string

프로퍼티 상세

empty 공개적으로 정적으로 프로퍼티

public static bool empty
리턴 bool

operation 공개적으로 정적으로 프로퍼티

public static string operation
리턴 string

result 공개적으로 정적으로 프로퍼티

public static double result
리턴 double

sign 공개적으로 정적으로 프로퍼티

public static string sign
리턴 string

temp 공개적으로 정적으로 프로퍼티

public static double temp
리턴 double