コード例 #1
0
 public override PartyPrediction GetPartyPredictionValues(PollingPrediction prediction)
 {
     return(prediction.TotalSeats);
 }
コード例 #2
0
 public override PartyPrediction GetPartyPredictionValues(PollingPrediction prediction)
 {
     return(prediction.ListPercentages);;
 }
コード例 #3
0
 public override PartyPrediction GetPartyPredictionValues(PollingPrediction prediction)
 {
     return(prediction.ConstituencyPercentages);
 }
コード例 #4
0
 public abstract PartyPrediction GetPartyPredictionValues(PollingPrediction prediction);