コード例 #1
0
 private string Result(double a)
 {
     return(string.Format($"{a.Acceleration()}"));
 }