Dela via


HistogramBuckets<T> Class

Definition

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.

Applies to