Get the denominator 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_den { get; }
Public ReadOnly Property _mp_den As mpz_t
Get
public:
property mpz_t^ _mp_den {
mpz_t^ get ();
}
member _mp_den : mpz_t with get
Return Value
Type:
mpz_tThe denominator integer of the rational.
See Also