nn::math::RoundUp Function
template <typename T>
T RoundUp(
T x,
u32 base
);
void * RoundUp(
void * x,
u32 base
);
const void * RoundUp(
const void * x,
u32 base
);
RoundUp(T, u32)
|
Rounds a value up so it is a multiple of the specified value. |
RoundUp(void *, u32)
|
Rounds a value up so it is a multiple of the specified value. |
RoundUp(const void *, u32)
|
Rounds a value up so it is a multiple of the specified value. |
RoundUp(T, u32)RoundUp(void *, u32)RoundUp(const void *, u32)CONFIDENTIAL