public static operator-( readonly notnull r1 as Rational, readonly notnull r2 as Rational ) as Rational:
Overloaded subtraction operator for Rational numbers.
| Parameter | Description |
|---|---|
r1 | First rational number. |
r2 | Second rational number. |
Difference of the two rational numbers.