boost::gil::iround
///////////////////////////////////////////////////////////////////////////// Rounding of real numbers / points to integers / integer points/////////////////////////////////////////////////////////////////////////////
Synopses
Declared in <boost/gil/point.hpp>
std::ptrdiff_t
iround(double x);
///////////////////////////////////////////////////////////////////////////// Rounding of real numbers / points to integers / integer points/////////////////////////////////////////////////////////////////////////////
std::ptrdiff_t
iround(float x);
point<std::ptrdiff_t>
iround(point<double> const& p);
point<std::ptrdiff_t>
iround(point<float> const& p);
template<typename T>
point<std::ptrdiff_t>
iround(point<T> const& p);
Created with MrDocs