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