Class SBDQuantityUnitConverter#
template <typename FromUnit, typename ToUnit>
ClassList > SBDQuantityUnitConverter
Public Types#
Type | Name |
---|---|
enum | SBDQuantityUnitConverter |
Public Types Documentation#
enum SBDQuantityUnitConverter#
enum SBDQuantityUnitConverter::SBDQuantityUnitConverter {
exponent =
(FromUnit::exponent1) * (FromUnit::scale1 - ToUnit::scale1) +
(FromUnit::exponent2) * (FromUnit::scale2 - ToUnit::scale2) +
(FromUnit::exponent3) * (FromUnit::scale3 - ToUnit::scale3) +
(FromUnit::exponent4) * (FromUnit::scale4 - ToUnit::scale4) +
(FromUnit::exponent5) * (FromUnit::scale5 - ToUnit::scale5) +
(FromUnit::exponent6) * (FromUnit::scale6 - ToUnit::scale6) +
(FromUnit::exponent7) * (FromUnit::scale7 - ToUnit::scale7)
};