Пример #1
0
 public double Square()
 {
     // delegating call to some Math-related function holder for the sake of code-reuse.
     return(MathFormulaLibrary.EllipseSquare(BigRadius, SmallRadius));
 }
Пример #2
0
 public double Square()
 {
     // delegating call to some Math-related function holder for the sake of code-reuse.
     return(MathFormulaLibrary.PolySquare(Points));
 }