The GMP version number in the form “i.j.k”. This release is "6.1.2".
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 readonly string gmp_version
Public Shared ReadOnly gmp_version As String
public:
static initonly String^ gmp_version
static val gmp_version: string
Field Value
Type:
StringExamples string version = gmp_lib.gmp_version;
Assert.AreEqual(version, "6.1.2");
Dim version As String = gmp_lib.gmp_version
Assert.AreEqual(version, "6.1.2")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
See Also