mpz_t Constructor

GMP Native Interface for .NET

mpz_t Constructor
Creates a new multiple precision integer.

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()
Public Sub New
public:
mpz_t()
new : unit -> mpz_t
See Also