pub unsafe extern "C" fn Z3_get_decl_double_parameter(
    c: Z3_context,
    d: Z3_func_decl,
    idx: c_uint
) -> f64
Expand description

Return the double value associated with an double parameter.

Preconditions:

  • Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::Double