示例#1
0
 /// <summary>Get angle in radians, limited to the range [0, 2*PI).</summary>
 public static double InRadians(this Elevation el)
 {
     return(CanonicalModulo.Compute(el.ToRadians().Value, 2 * Math.PI));
 }