[−][src]Function gmsh_sys::gmshPluginSetNumber
pub unsafe extern "C" fn gmshPluginSetNumber(
name: *const c_char,
option: *const c_char,
value: f64,
ierr: *mut c_int
)
Set the numerical option option
to the value value
for plugin name
.