C# Class BelhardTraining.FiguresDemo.Rectangle

Inheritance: Figure
Datei anzeigen Open project: bazile/Training

Public Methods

Method Description
ComputeArea ( ) : double
Equals ( object obj ) : bool
Rectangle ( double width, double height ) : System
ToString ( ) : string
WhoAmI ( ) : string

Method Details

ComputeArea() public method

public ComputeArea ( ) : double
return double

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Rectangle() public method

public Rectangle ( double width, double height ) : System
width double
height double
return System

ToString() public method

public ToString ( ) : string
return string

WhoAmI() public method

public WhoAmI ( ) : string
return string