namespace LindtLeerformPlugin.Models; public class CellResult { public int Index { get; set; } public bool IsGood { get; set; } /// Largest (histogram bin value − spline at that bin) across all bins. Negative if every bin is below the spline. public double MaxExceedance { get; set; } }