Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PRoConEvents
MULTIbalancer.Histogram
C# Class PRoConEvents.MULTIbalancer.Histogram
Show file
Open project: PapaCharlie9/multi-balancer
Public Properties
Property
Type
Description
Bin
int>.SortedDictionary
MaxBin
int
MaxFrequency
int
PeakBin
int
Total
int
Public Methods
Method
Description
Add
(
int
sample
) :
void
Clear
( ) :
void
Histogram
( ) :
System
Log
(
int
maxLine
) :
List
Method Details
Add()
public
method
public
Add
(
int
sample
) :
void
sample
int
return
void
Clear()
public
method
public
Clear
( ) :
void
return
void
Histogram()
public
method
public
Histogram
( ) :
System
return
System
Log()
public
method
public
Log
(
int
maxLine
) :
List
maxLine
int
return
List
Property Details
Bin
public property
public
SortedDictionary
Bin
return
int>.SortedDictionary
MaxBin
public property
public
int
MaxBin
return
int
MaxFrequency
public property
public
int
MaxFrequency
return
int
PeakBin
public property
public
int
PeakBin
return
int
Total
public property
public
int
Total
return
int