BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Implements structs Bin1D, Bin1DCVector. More...
Go to the source code of this file.
Functions | |
bool | BinContains (const Bin1D &bin, double value) |
Checks if value is contained in bin: value in [m_lower, m_upper) More... | |
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 18 of file Bin.cpp.
References Bin1D::binSize(), and Bin1D::m_lower.