mpq_t Properties

GMP Native Interface for .NET

mpq_t Properties

The mpq_t type exposes the following members.

Properties
  NameDescription
Public property_mp_den
Get the denominator integer of the rational.
Public property_mp_num
Get the numerator integer of the rational.
Top
See Also