Type Alias uom::si::SI

source ·
pub type SI<V> = dyn Units<V, length = meter, mass = kilogram, time = second, electric_current = ampere, thermodynamic_temperature = kelvin, amount_of_substance = mole, luminous_intensity = candela>;
Expand description

International System of Units (SI).

§Generic Parameters

  • V: Underlying storage type.