mpfr_libmpfr_buildopt_float128_p Method |
Namespace: Math.Mpfr.Native
public static int mpfr_buildopt_float128_p()
Public Shared Function mpfr_buildopt_float128_p As Integer
public: static int mpfr_buildopt_float128_p()
static member mpfr_buildopt_float128_p : unit -> int
Return a non-zero value if MPFR was compiled with ‘__float128’ support (that is, MPFR was built with the ‘--enable-float128’ configure option), return zero otherwise.
// Assert that ‘__float128’ support is not available. Assert.IsTrue(mpfr_lib.mpfr_buildopt_float128_p() == 0);
' Assert that ‘__float128’ support is not available. Assert.IsTrue(mpfr_lib.mpfr_buildopt_float128_p() = 0)
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.