public SampleOne Mult(SampleOne other) { return(this + other); }
public SampleOne Mult(SampleOne a, SampleOne b) { return(a + b); }