mpfr_libmpfr_get_version Method |
Namespace: Math.Mpfr.Native
public static char_ptr mpfr_get_version()
Public Shared Function mpfr_get_version As char_ptr
public: static char_ptr mpfr_get_version()
static member mpfr_get_version : unit -> char_ptr
// Assert MPFR version. Assert.IsTrue(mpfr_lib.mpfr_get_version().ToString() == "3.1.6");
' Assert MPFR version. Assert.IsTrue(mpfr_lib.mpfr_get_version().ToString() = "3.1.6")
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.