gmp_lib.gmp_errno Property

GMP Native Interface for .NET

gmp_libgmp_errno Property
Gets or sets the global GMP error number.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int gmp_errno { get; set; }
Public Shared Property gmp_errno As Integer
	Get
	Set
public:
static property int gmp_errno {
	int get ();
	void set (int value);
}
static member gmp_errno : int with get, set

Property Value

Type: Int32
See Also