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