Пример #1
0
 public TimerValue(MeterValue rate, HistogramValue histogram)
 {
     this.Rate      = rate;
     this.Histogram = histogram;
 }
Пример #2
0
 public SetItem(string item, double percent, MeterValue value)
 {
     this.Item    = item;
     this.Percent = percent;
     this.Value   = value;
 }