Exemplo n.º 1
0
 /// <summary>
 /// Gets the nunderlying discrete space that is used for interpolation.
 /// </summary>
 /// <returns></returns>
 public IDiscreteSpace GetDiscreteSpace()
 {
     return(Interpolator.GetDiscreteSpace());
 }