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