triqs.stat.histograms.Histogram.mesh_point
- Histogram.mesh_point()
Dispatched C++ function(s).
[1] (n: int) -> float
Get the position of the center of the n-th bin.
- Parameters:
- nint
Index of the bin.
- Returns:
- float
Position of the n-th bin center, i.e. \(a + n h\).