Exemplo n.º 1
0
 public static Degree Abs(Degree deg)
 {
     return(Math.Abs(deg.degrees_));
 }
Exemplo n.º 2
0
 public static Double Tan(Degree deg)
 {
     return(Math.Tan(deg.getAsRadians()));
 }
Exemplo n.º 3
0
 public static Double Cos(Degree deg)
 {
     return(Math.Cos(deg.getAsRadians()));
 }
Exemplo n.º 4
0
 public static Double Cos(Degree deg)
 {
     return Math.Cos(deg.getAsRadians());
 }
Exemplo n.º 5
0
 public static Degree Abs(Degree deg)
 {
     return Math.Abs(deg.degrees_);
 }
Exemplo n.º 6
0
 public static Double Tan(Degree deg)
 {
     return Math.Tan(deg.getAsRadians());
 }