Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic mpfr_prec_t(
uint value
)
Public Sub New (
value As UInteger
)
public:
mpfr_prec_t(
unsigned int value
)
new :
value : uint32 -> mpfr_prec_t
Parameters
- value
- Type: SystemUInt32
The value of the new mpfr_prec_t.
See Also