Ejemplo n.º 1
0
 public override IQuantity <double> From(IQuantity <double> quantity)
 {
     return(Radian_Sec.From(quantity));
 }
Ejemplo n.º 2
0
 public bool /* IEquatable<Radian_Sec> */ Equals(Radian_Sec other)
 {
     return(this.m_value == other.m_value);
 }
Ejemplo n.º 3
0
 public int /* IComparable<Radian_Sec> */ CompareTo(Radian_Sec other)
 {
     return(this.m_value.CompareTo(other.m_value));
 }