Exemplo n.º 1
0
 public double CalculateArea(double length, double width)
 {
     return(_areaEquation.CalculateArea(length, width, Math.PI / 2));
 }
Exemplo n.º 2
0
 public double Area()
 {
     return(_areaEquation.CalculateArea(SizeX, SizeY, Angle));
 }