コード例 #1
0
 public NovaResult(string[] columnNames, NovaSmoothing smoothing = null)
 {
     _columnNames = columnNames;
     _smoothing   = smoothing;
 }
コード例 #2
0
ファイル: NovaQuery.cs プロジェクト: jeredmasters/Slingshot
 public INovaQuery Smoothing(NovaSmoothing smoothing)
 {
     _smoothing = smoothing;
     return(this);
 }