public bool VerifyPrediction(ref MultiSlotPredictedState state)
 {
     return(Value.VerifyPrediction(ref state.Value));
 }
Example #2
0
 public bool VerifyPrediction(ref SinkPredictedState state)
 {
     return(Value.VerifyPrediction(ref state.Value));
 }