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