Ejemplo n.º 1
0
 public static Deflection NewFromDoubleDegrees(Double asDegrees)
 {
     return new Deflection(asDegrees.ToRadians());
 }