Click or drag to resize
mpfr_kind_t Enumeration
Represents the kind of floating-point number in the GNU MPFR - Custom Interface.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum mpfr_kind_t
Members
  Member nameValueDescription
MPFR_NAN_KIND0 Represents an invalid number.
MPFR_INF_KIND1 Represents infinity.
MPFR_ZERO_KIND2 Represents zero.
MPFR_REGULAR_KIND3 Represent a regular number.
See Also