C# Class CalcFunc, Uiml.net

Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Свойство Type Description
empty bool
operation string
result double
sign string
temp double

Méthodes publiques

Méthode 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 méthode

public static Calculate ( double g ) : double
g double
Résultat double

CalculateResult() public static méthode

public static CalculateResult ( ) : String
Résultat String

RecordNumber() public static méthode

public static RecordNumber ( string number ) : void
number string
Résultat void

RecordOperation() public static méthode

public static RecordOperation ( string oper ) : void
oper string
Résultat void

RecordSign() public static méthode

public static RecordSign ( string psign ) : void
psign string
Résultat void

SwitchSign() public static méthode

public static SwitchSign ( String number ) : string
number String
Résultat string

Property Details

empty public_oe static_oe property

public static bool empty
Résultat bool

operation public_oe static_oe property

public static string operation
Résultat string

result public_oe static_oe property

public static double result
Résultat double

sign public_oe static_oe property

public static string sign
Résultat string

temp public_oe static_oe property

public static double temp
Résultat double