コード例 #1
0
 public override IQuantity <double> From(IQuantity <double> quantity)
 {
     return(Joule_Kelvin.From(quantity));
 }
コード例 #2
0
 public bool /* IEquatable<Joule_Kelvin> */ Equals(Joule_Kelvin other)
 {
     return(this.m_value == other.m_value);
 }
コード例 #3
0
 public int /* IComparable<Joule_Kelvin> */ CompareTo(Joule_Kelvin other)
 {
     return(this.m_value.CompareTo(other.m_value));
 }