Click or drag to resize
gmp_libgmp_version Field
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

Field Value

Type: String
Examples
string version = gmp_lib.gmp_version;
Assert.AreEqual(version, "6.1.2");
See Also