Click or drag to resize

MergingDigest Constructor

Overload List
  NameDescription
Public methodMergingDigest(Double)
Allocates a buffer merging t-digest. This is the normally used constructor that allocates default sized internal arrays. Other versions are available, but should only be used for special cases.
Public methodMergingDigest(Double, Int32)
If you know the size of the temporary buffer for incoming points, you can use this entry point.
Public methodMergingDigest(Double, Int32, Int32)
Fully specified constructor. Normally only used for deserializing a buffer t-digest.
Top
See Also