RoundDown

nn::math::RoundDown Function

Syntax

template <typename T>
T RoundDown(
     T x,
     u32 base
);

void * RoundDown(
     void * x,
     u32 base
);

const void * RoundDown(
     const void * x,
     u32 base
);

List of Overloaded Member Functions

RoundDown(T, u32) Rounds a value down so it is a multiple of the specified value.
RoundDown(void *, u32) Rounds a value down so it is a multiple of the specified value.
RoundDown(const void *, u32) Rounds a value down so it is a multiple of the specified value.

Description of RoundDown(T, u32)

Description of RoundDown(void *, u32)

Description of RoundDown(const void *, u32)


CONFIDENTIAL