Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function shrink

boost::histogram::algorithm::shrink — Convenience overload for single axis.

Synopsis

// In header: <boost/histogram/algorithm/reduce.hpp>


auto shrink(double lower, double upper);

Description

Parameters:

lower

lowest bound that should be kept.

upper

highest bound that should be kept. If upper is inside bin interval, the whole interval is removed.


PrevUpHomeNext