Ejemplo n.º 1
0
 /// <summary>
 /// Merges the designated store's values with the current one.
 /// </summary>
 public abstract void Merge(DDSketchStore store);
Ejemplo n.º 2
0
 /// <summary>
 /// Copies from the designated store, overriding the stored values.
 /// </summary>
 public abstract void Copy(DDSketchStore store);