template <typename T>
T RoundUp(
T x,
u32 base
);
| Name | Description |
|---|---|
| T | Type representing a numeric value |
| Name | Description | |
|---|---|---|
| in | x | Target value |
| in | base | Base value |
Rounds up the value so that it is a multiple of the specified value.
CONFIDENTIAL