MergingDigest Constructor |
Name | Description | |
---|---|---|
MergingDigest(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.
| |
MergingDigest(Double, Int32) |
If you know the size of the temporary buffer for incoming points, you can use this entry point.
| |
MergingDigest(Double, Int32, Int32) |
Fully specified constructor. Normally only used for deserializing a buffer t-digest.
|