コード例 #1
0
 public override IQuantity <decimal> From(IQuantity <decimal> quantity)
 {
     return(PLN.From(quantity));
 }
コード例 #2
0
 public bool /* IEquatable<PLN> */ Equals(PLN other)
 {
     return(this.m_value == other.m_value);
 }
コード例 #3
0
 public int /* IComparable<PLN> */ CompareTo(PLN other)
 {
     return(this.m_value.CompareTo(other.m_value));
 }