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