ImPlot_PlotHistogram2D_float

Function ImPlot_PlotHistogram2D_float 

Source
pub unsafe extern "C" fn ImPlot_PlotHistogram2D_float(
    label_id: *const c_char,
    xs: *const f32,
    ys: *const f32,
    count: c_int,
    x_bins: c_int,
    y_bins: c_int,
    range_x_min: f64,
    range_x_max: f64,
    range_y_min: f64,
    range_y_max: f64,
    flags: c_int,
) -> f64