mpfr_prec_tExplicit Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | Explicit(Int16 to mpfr_prec_t) |
Converts an Int16 value to an mpfr_prec_t value.
|
![]() ![]() | Explicit(Int32 to mpfr_prec_t) |
Converts an Int32 value to an mpfr_prec_t value.
|
![]() ![]() | Explicit(Int64 to mpfr_prec_t) |
Converts an Int64 value to a mpfr_prec_t value.
|
![]() ![]() | Explicit(SByte to mpfr_prec_t) |
Converts a Byte value to an mpfr_prec_t value.
|
![]() ![]() | Explicit(UInt64 to mpfr_prec_t) |
Converts a UInt64 value to an mpfr_prec_t value.
|
![]() ![]() | Explicit(mpfr_prec_t to Byte) |
Converts an mpfr_prec_t value to a Byte value.
|
![]() ![]() | Explicit(mpfr_prec_t to SByte) |
Converts an mpfr_prec_t value to an SByte value.
|
![]() ![]() | Explicit(mpfr_prec_t to UInt16) |
Converts an mpfr_prec_t value to a UInt16 value.
|
![]() ![]() | Explicit(mpfr_prec_t to Int16) |
Converts an mpfr_prec_t value to an Int16 value.
|
![]() ![]() | Explicit(mpfr_prec_t to Int32) |
Converts an mpfr_prec_t value to an Int32 value.
|