Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRange
Description
Create a left-bounded range that contains all elements greater than or equal to the specified value.
| Name | AtLeast |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Range.h |
| Include Path | #include "Math/Range.h" |
static TRange AtLeast
(
ElementValueOrConstRef Value
)
A new range.
Parameters
| Name | Remarks |
|---|---|
| Value | The value. |
See Also
-
AtMost
-
Empty
-
Exclusive
-
GreaterThan
-
Inclusive
-
LessThan