Ratio

Type Alias Ratio 

Source
pub type Ratio = Quantity<Ratio>;
Expand description

Ratio (unit less value resulting from calculating the ratio of two quantities)

Aliased Typeยง

pub struct Ratio { /* private fields */ }