pyinterp.core.Histogram2DFloat64.max¶
- Histogram2DFloat64.max(self: pyinterp.core.Histogram2DFloat64) numpy.typing.NDArray[numpy.float64] ¶
Compute the maximum of values for points within each bin.
- Returns:
Maximum of values for points within each bin.