示例#1
0
 public Coordinates GetMaxEnergyPosition()
 {
     return(_observations.First(x => Math.Abs(x.EstimatedValue - _observations.Max(v => v.EstimatedValue)) < 0.001).ObservationPoint);
 }