Function dao::utils::per_mil_of
source · pub fn per_mil_of<T: Into<Balance>, R: Into<Balance>>(
number: T,
other: R
) -> Result<Balance, Error>
Expand description
Multiplies two number and return per mile of their product.