Simple class for calculating histogram Generated from class MR.Histogram. This is the non-const half of the class.
More...
Simple class for calculating histogram Generated from class MR.Histogram. This is the non-const half of the class.
◆ Histogram() [1/5]
| unsafe MR.Histogram.Histogram |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Histogram() [2/5]
| unsafe MR.Histogram.Histogram |
( |
MR._ByValue_Histogram | _other | ) |
|
|
inline |
◆ Histogram() [3/5]
| MR.Histogram.Histogram |
( |
Const_Histogram | _other | ) |
|
|
inline |
◆ Histogram() [4/5]
◆ Histogram() [5/5]
| unsafe MR.Histogram.Histogram |
( |
float | min, |
|
|
float | max, |
|
|
ulong | size ) |
|
inline |
Initialize histogram with minimum and maximum values, and number of bins Generated from constructor MR.Histogram.Histogram.
◆ addHistogram()
| unsafe void MR.Histogram.addHistogram |
( |
MR.Const_Histogram | hist | ) |
|
|
inline |
◆ addSample()
| unsafe void MR.Histogram.addSample |
( |
float | sample, |
|
|
ulong? | count = null ) |
|
inline |
◆ assign()
| unsafe MR.Histogram MR.Histogram.assign |
( |
MR._ByValue_Histogram | _other | ) |
|
|
inline |
Generated from method MR::Histogram::operator=.
The documentation for this class was generated from the following file: