pub fn format_param_value(info: &ParamInfo, value: f64) -> StringExpand description
Format a plain parameter value as a display string based on the parameter’s unit.
Used by the #[derive(Params)] macro for default format_value implementations
on FloatParam and IntParam fields.