Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Compute the size (diameter, length, width) of this range.
The size of a closed range is the difference between its upper and lower bound values. Use IsClosed() on the lower and upper bounds before calling this method in order to make sure that the range is closed.
| Name | Size |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
template<typename DifferenceType>
DifferenceType Size() const
Range size.