pub unsafe extern "C" fn tidyGetArgValueDouble(
    tmessage: TidyMessage,
    arg: *mut TidyMessageArgument
) -> f64
Expand description

Returns the double value of the given message argument. An assertion will be generated if the argument type is not a double. @result Returns the double value of the given argument.