MCPcopy Create free account
hub / github.com/boostorg/histogram / element_value

Function element_value

src/python/histogram.cpp:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336std::string histogram_repr(const pyhistogram& h) { return bh::detail::cat(h); }
337
338double element_value(const pyhistogram::element_type& b) { return b.value(); }
339
340double element_variance(const pyhistogram::element_type& b) { return b.variance(); }
341

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected