Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Check whether this range is degenerate.
A range is degenerate if it contains only a single element, i.e. has the following form: [A, A]
| Name | IsDegenerate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
bool IsDegenerate() const
true if the range is degenerate, false otherwise.
See Also
- IsEmpty