Ejemplo n.º 1
0
 public NovaResult(string[] columnNames, NovaSmoothing smoothing = null)
 {
     _columnNames = columnNames;
     _smoothing   = smoothing;
 }
Ejemplo n.º 2
0
 public INovaQuery Smoothing(NovaSmoothing smoothing)
 {
     _smoothing = smoothing;
     return(this);
 }