Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TInterval
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Interval.h |
| Include | #include "Math/Interval.h" |
ElementType GetRangePct
(
ElementType X
) const
Remarks
Calculate the Percentage of X in the Interval zero if invalid(Min > Max), percentage otherwise
Parameters
| Name | Description |
|---|---|
| X | the element to calculate the percentage |