The numerator of a rational numeral.
()
| 28 | * The numerator of a rational numeral. |
| 29 | **/ |
| 30 | public IntNum getNumerator() |
| 31 | { |
| 32 | return new IntNum(getContext(), Native.getNumerator(getContext().nCtx(), |
| 33 | getNativeObject())); |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * The denominator of a rational numeral. |
no test coverage detected