mpf_t Constructor

GMP Native Interface for .NET

mpf_t Constructor
Initializes a new instance of the mpf_t class

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mpf_t()
Public Sub New
public:
mpf_t()
new : unit -> mpf_t
See Also