pub fn apply(raw: f64, scale: Option<f64>, offset: Option<f64>) -> f64
Apply scale/offset to a raw numeric value, producing a physical (f64) quantity. None for either parameter is the identity.
f64
None