Click or drag to resize
mpq_t_mp_den Property
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; }

Return Value

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