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