HistogramBuckets<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of buckets within the histogram.
public class HistogramBuckets<T> where T : struct
type HistogramBuckets<'T (requires 'T : struct)> = class
Public Class HistogramBuckets(Of T)
Type Parameters
- T
The type of the histogram.
- Inheritance
-
HistogramBuckets<T>
Constructors
HistogramBuckets<T>(IMeter, HistogramConfiguration) |
Initializes a new instance of the HistogramBuckets<T> class. |