Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TRangeBound
- FDoubleRangeBound
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RangeBound.h |
| Include | #include "Math/RangeBound.h" |
Syntax
struct FDoubleRangeBound : public TRangeBound< double >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDoubleRangeBound
(
const Super& Other |
|||
FDoubleRangeBound
(
const double InValue |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDoubleRangeBound | Exclusive
(
ElementValueOrConstRef Value |
||
| FDoubleRangeBound | FlipInclusion
(
const FDoubleRangeBound& Bound |
||
| FDoubleRangeBound | Inclusive
(
ElementValueOrConstRef Value |
||
| const FDoubleRangeBound & | MaxLower
(
const FDoubleRangeBound& A, |
||
| const FDoubleRangeBound & | MaxUpper
(
const FDoubleRangeBound& A, |
||
| const FDoubleRangeBound & | MinLower
(
const FDoubleRangeBound& A, |
||
| const FDoubleRangeBound & | MinUpper
(
const FDoubleRangeBound& A, |
||
| FDoubleRangeBound | Open () |
Typedefs
| Name | Description |
|---|---|
| Super |