Type Definition uom::si::quantities::Ratio

source[]
pub type Ratio<V> = Ratio<SI<V>, V>;
Expand description

Quantity type alias using the default base units parameterized on the underlying storage type.

Generic Parameters

  • V: Underlying storage type.