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