Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TIntPoint > API/Runtime/Core/Math/TIntPoint/DivideAndRoundUp
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/IntPoint.h |
| Include | #include "Math/IntPoint.h" |
static TIntPoint DivideAndRoundUp
(
TIntPoint lhs,
IntType Divisor
)
Remarks
Divide an int point and round up the result. A new divided int point.
Parameters
| Name | Description |
|---|---|
| lhs | The int point being divided. |
| Divisor | What to divide the int point by. |