Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Accord
Statistics
Visualizations
HistogramBin
C# Class Accord.Statistics.Visualizations.HistogramBin
Mostra file
Open project: accord-net/framework
Class Usage Examples
Public Methods
Method
Description
Contains
(
double
value
) :
bool
Gets whether the Histogram Bin contains the given value.
Private Methods
Method
Description
HistogramBin
(
Histogram
histogram
,
int
index
) :
System
Method Details
Contains()
public
method
Gets whether the Histogram Bin contains the given value.
public
Contains
(
double
value
) :
bool
value
double
return
bool