gmp_libmpf_get_ui Method |
Namespace: Math.Gmp.Native
public static uint mpf_get_ui( mpf_t op )
Public Shared Function mpf_get_ui ( op As mpf_t ) As UInteger
public: static unsigned int mpf_get_ui( mpf_t^ op )
static member mpf_get_ui : op : mpf_t -> uint32
If op is too big for the return type, the result is undefined.
See also mpf_fits_slong_p and mpf_fits_ulong_p (see GNU MP - Miscellaneous Float Functions).