Function z3_sys::Z3_stats_get_double_value[][src]

pub unsafe extern "C" fn Z3_stats_get_double_value(
    c: Z3_context,
    s: Z3_stats,
    idx: c_uint
) -> f64
Expand description

Return the double value of the given statistical data.

Preconditions:

  • idx < Z3_stats_size(c, s) && Z3_stats_is_double(c, s)