BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Functions | |
bool | BinContains (const Bin1D &bin, double value) |
Implements structs Bin1D, Bin1DCVector.
Definition in file Bin.cpp.
bool BinContains | ( | const Bin1D & | bin, |
double | value | ||
) |
Checks if value is contained in bin: value in [m_lower, m_upper)
Definition at line 17 of file Bin.cpp.
References Bin1D::getBinSize(), and Bin1D::m_lower.