#include <Histogram.h>
◆ FBin() [1/4]
| FHistogram::FBin::FBin |
( |
| ) |
|
|
inline |
◆ FBin() [2/4]
Constructor for a pre-seeded bin
◆ FBin() [3/4]
| FHistogram::FBin::FBin |
( |
double |
MinInclusive, |
|
|
double |
MaxExclusive |
|
) |
| |
|
inline |
◆ FBin() [4/4]
| FHistogram::FBin::FBin |
( |
double |
MinInclusive | ) |
|
|
inline |
Constructor for the last bin.
◆ operator+()
◆ operator+=()
| FBin & FHistogram::FBin::operator+= |
( |
const FBin & |
Other | ) |
|
|
inline |
◆ operator-()
◆ Count
| int32 FHistogram::FBin::Count |
How many elements are in this bin.
◆ MinValue
| double FHistogram::FBin::MinValue |
MinValue to be stored in the bin, inclusive.
◆ Sum
Sum of all values that were put into this bin.
◆ UpperBound
| double FHistogram::FBin::UpperBound |
First value NOT to be stored in the bin.
The documentation for this struct was generated from the following file:
- Engine/Source/Runtime/Core/Public/ProfilingDebugging/Histogram.h