29 #ifndef MATH_HEADER_GUARD
30 #define MATH_HEADER_GUARD
44 template <
typename T_Input,
typename T_Output>
45 static T_Output
Round (
const T_Input input);
67 #endif//MATH_HEADER_GUARD
~Math()
Destructor - not implemented.
static T_Output Round(const T_Input input)
Rounds input to the nearest integer.
Implementation of template members from class Math.
Math()
Default constructor - not implemented.
Utilitary class providing custom math functions.
Math operator=(Math const &)
Copy assignment operator - not implemented.