Click or drag to resize
mpq_t_mp_num Property
Get the numerator integer of the rational.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mpz_t _mp_num { get; }

Return Value

Type: mpz_t
The numerator integer of the rational.
See Also