Click or drag to resize
mpfr_libmpfr_get_version Method
Return the MPFR version, as a null-terminated string.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static char_ptr mpfr_get_version()

Return Value

Type: char_ptr
Return the MPFR version, as a null-terminated string.
Examples
// Assert MPFR version.
Assert.IsTrue(mpfr_lib.mpfr_get_version().ToString() == "3.1.6");
See Also