예제 #1
0
 public static Scalar <Type> operator /(Scalar <Type> x, Scalar <Type> y) => Div <Type> .Create(x, y);