Example #1
0
 /// <summary>
 /// Is extrapolation allowed?
 /// </summary>
 /// <returns></returns>
 public bool AllowExtrapolation()
 {
     return(Interpolator.AllowExtrapolation());
 }