Exemplo n.º 1
0
 public Int32 CompareTo(Degrees other)
 {
     return(CompareTo((Radians)other));
 }
Exemplo n.º 2
0
 public Boolean Equals(Degrees other)
 {
     return(Equals((Radians)other));
 }