C# Class C05.Attributes.Calculator

Afficher le fichier Open project: vchirilov/USM

Méthodes publiques

Méthode Description
Calculator ( int i ) : System
Set ( double a, double b ) : void
Set ( int a, int b ) : void
Show ( ) : void

Private Methods

Méthode Description
Calculator ( int i, int j ) : System
IsBetween ( int i ) : bool
Sum ( ) : int

Method Details

Calculator() public méthode

public Calculator ( int i ) : System
i int
Résultat System

Set() public méthode

public Set ( double a, double b ) : void
a double
b double
Résultat void

Set() public méthode

public Set ( int a, int b ) : void
a int
b int
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void