Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/StatisticalFloat.h |
| Include | #include "Math/StatisticalFloat.h" |
Syntax
template<typename T>
struct FStatisticalValue
Remarks
Used to measure a distribution.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddSample
(
T Value |
||
| T | GetAvgValue () |
||
| int32 | GetCount () |
||
| T | GetMaxValue () |
||
| T | GetMinValue () |