Skip to main content

scale

Function scale 

Source
fn scale(bytes: u64, factor: f64) -> u64
Expand description

bytes * factor, saturating and rounding down.