Exemplo n.º 1
0
 /// <summary>Get <see cref="ReciprocalLength"/> from <see cref="ReciprocalArea"/> divided by <see cref="ReciprocalLength"/>.</summary>
 public static ReciprocalLength operator /(ReciprocalArea reciprocalArea, ReciprocalLength reciprocalLength)
 {
     return(ReciprocalLength.FromInverseMeters(reciprocalArea.InverseSquareMeters / reciprocalLength.InverseMeters));
 }