Ejemplo n.º 1
0
 public double Multiply(DummyTuple4 other)
 {
     return(X * other.X + Y * other.Y + Z * other.Z + H * other.H);
 }
Ejemplo n.º 2
0
 public double Multiply(DummyTuple4 other)
 {
     return X * other.X + Y * other.Y + Z * other.Z + H * other.H;
 }