Function gsl_sys::gsl_histogram2d_set_ranges_uniform[][src]

pub unsafe extern "C" fn gsl_histogram2d_set_ranges_uniform(
    h: *mut gsl_histogram2d,
    xmin: f64,
    xmax: f64,
    ymin: f64,
    ymax: f64
) -> c_int