pub unsafe extern "C" fn SCIPstrToRealValue(
str_: *const c_char,
value: *mut f64,
endptr: *mut *mut c_char,
) -> c_uintExpand description
extract the next token as a double value if it is one; in case a value is parsed the endptr is set to @p str
@return Returns TRUE if a value could be extracted, otherwise FALSE