Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function shrink

boost::histogram::algorithm::shrink — Shrink option.

Synopsis

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


auto shrink(unsigned iaxis, double lower, double upper);

Description

Parameters:

iaxis

which axis to operate on.

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