Ejemplo n.º 1
0
 public static Scalar <Type> operator *(Scalar <Type> x, Scalar <Type> y) => Mul <Type> .Create(x, y);