Skip to main content

f64_seconds_to_u64_millis

Function f64_seconds_to_u64_millis 

Source
pub fn f64_seconds_to_u64_millis(seconds: f64, value_name: &str) -> Result<u64>
Expand description

Converts seconds represented as f64 to rounded milliseconds.