public override IQuantity <double> From(IQuantity <double> quantity)
 {
     return(Joule_Kelvin_Kilogram.From(quantity));
 }
 public bool /* IEquatable<Joule_Kelvin_Kilogram> */ Equals(Joule_Kelvin_Kilogram other)
 {
     return(this.m_value == other.m_value);
 }
 public int /* IComparable<Joule_Kelvin_Kilogram> */ CompareTo(Joule_Kelvin_Kilogram other)
 {
     return(this.m_value.CompareTo(other.m_value));
 }