X11Fraction constructor

X11Fraction(
  1. int numerator,
  2. int denominator
)

Implementation

X11Fraction(this.numerator, this.denominator);