Beispiel #1
0
 /// <summary>
 /// Calculates the division of a __ft__ scalar with a <see cref="Shift__x3t__"/>.
 /// </summary>
 public static Shift__x3t__ operator /(__ft__ val, Shift__x3t__ shift)
 {
     return(Shift__x3t__.Divide(val, shift));
 }
Beispiel #2
0
 /// <summary>
 /// Calculates the division of a <see cref="Shift__x3t__"/> with a __ft__ scalar.
 /// </summary>
 public static Shift__x3t__ operator /(Shift__x3t__ shift, __ft__ val)
 {
     return(Shift__x3t__.Divide(shift, val));
 }