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