public void Multiply(MLInteger input) { this.Count *= input.Value; this.isEnded = input.isEnded; }
public void Multiply(MLInteger input) { }