pub unsafe extern "C" fn Z3_get_decl_double_parameter(
c: Z3_context,
d: Z3_func_decl,
idx: c_uint,
) -> f64Expand description
Return the double value associated with an double parameter.
ยงPreconditions:
Z3_get_decl_parameter_kind(c, d, idx) == ParameterKind::Double