コード例 #1
0
 public static double OpponentPointsPerGame(this BasketballTeam t)
 {
     return(t.OpponentPointsPerGameByGame().Average());
 }