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