mpq_t Constructor

GMP Native Interface for .NET

mpq_t Constructor
Creates a new multiple precision 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 mpq_t()
Public Sub New
public:
mpq_t()
new : unit -> mpq_t
See Also