28 #ifndef __TERRALIB_COMMON_INTERNAL_MATHUTILS_H
29 #define __TERRALIB_COMMON_INTERNAL_MATHUTILS_H
45 template<
typename InputValueT,
typename OutputValueT>
46 inline OutputValueT
Round(
const InputValueT& inVal)
48 return (OutputValueT)( ( inVal >= 0 ) ? (inVal + 0.5) : (inVal - 0.5) );
OutputValueT Round(const InputValueT &inVal)
Round a value.
Proxy configuration file for TerraView (see terraview_config.h).