예제 #1
0
 /// <summary>
 /// Calculates the division of a __ft__ scalar with a <see cref="Scale__x3t__"/>.
 /// </summary>
 public static Scale__x3t__ operator /(__ft__ value, Scale__x3t__ scale)
 {
     return(Scale__x3t__.Divide(value, scale));
 }
예제 #2
0
 /// <summary>
 /// Calculates the division of a <see cref="Scale__x3t__"/> with a __ft__ scalar.
 /// </summary>
 public static Scale__x3t__ operator /(Scale__x3t__ scale, __ft__ value)
 {
     return(Scale__x3t__.Divide(scale, value));
 }