Exemple #1
0
 public RadianF(DegreeF d)
 {
     value = d.InRadians();
 }
Exemple #2
0
 public int CompareTo(DegreeF other)
 {
     return(this.value.CompareTo(other.InRadians()));
 }