public double Multiply(DummyTuple4 other) { return(X * other.X + Y * other.Y + Z * other.Z + H * other.H); }
public double Multiply(DummyTuple4 other) { return X * other.X + Y * other.Y + Z * other.Z + H * other.H; }