Ejemplo n.º 1
0
 private string Result(double a)
 {
     return(string.Format($"{a.Acceleration()}"));
 }