C# Class CalcFunc, Uiml.net

Datei anzeigen Open project: jozilla/Uiml.net Class Usage Examples

Public Properties

Property Type Description
empty bool
operation string
result double
sign string
temp double

Public Methods

Method Description
Calculate ( double g ) : double
CalculateResult ( ) : String
RecordNumber ( string number ) : void
RecordOperation ( string oper ) : void
RecordSign ( string psign ) : void
SwitchSign ( String number ) : string

Method Details

Calculate() public static method

public static Calculate ( double g ) : double
g double
return double

CalculateResult() public static method

public static CalculateResult ( ) : String
return String

RecordNumber() public static method

public static RecordNumber ( string number ) : void
number string
return void

RecordOperation() public static method

public static RecordOperation ( string oper ) : void
oper string
return void

RecordSign() public static method

public static RecordSign ( string psign ) : void
psign string
return void

SwitchSign() public static method

public static SwitchSign ( String number ) : string
number String
return string

Property Details

empty public_oe static_oe property

public static bool empty
return bool

operation public_oe static_oe property

public static string operation
return string

result public_oe static_oe property

public static double result
return double

sign public_oe static_oe property

public static string sign
return string

temp public_oe static_oe property

public static double temp
return double