mpfr_libmpfr_get_default_rounding_mode Method |
Namespace: Math.Mpfr.Native
public static mpfr_rnd_t mpfr_get_default_rounding_mode()
Public Shared Function mpfr_get_default_rounding_mode As mpfr_rnd_t
public: static mpfr_rnd_t mpfr_get_default_rounding_mode()
static member mpfr_get_default_rounding_mode : unit -> mpfr_rnd_t
// Set default rounding mode. mpfr_lib.mpfr_set_default_rounding_mode(mpfr_rnd_t.MPFR_RNDN); // Assert default rounding mode. Assert.IsTrue(mpfr_lib.mpfr_get_default_rounding_mode() == mpfr_rnd_t.MPFR_RNDN);
' Set default rounding mode. mpfr_lib.mpfr_set_default_rounding_mode(mpfr_rnd_t.MPFR_RNDN) ' Assert default rounding mode. Assert.IsTrue(mpfr_lib.mpfr_get_default_rounding_mode() = mpfr_rnd_t.MPFR_RNDN)
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.