Function regorust::regoInputFloat

source ยท
pub unsafe extern "C" fn regoInputFloat(
    input: *mut regoInput,
    value: f64,
) -> regoEnum
Expand description

@brief Adds a floating point value to the input object. @param input The input object. @param value The floating point value. @return REGO_OK if successful, REGO_ERROR otherwise.