GMP Native Interface for .NET
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)

public mpz_t _mp_num { get; }
Public ReadOnly Property _mp_num As mpz_t Get
public: property mpz_t^ _mp_num { mpz_t^ get (); }
member _mp_num : mpz_t with get
Return Value
Type: mpz_tThe numerator integer of the rational.
