Click or drag to resize
mpfr_prec_t Constructor
Creates a new mpfr_prec_t, and sets its value.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mpfr_prec_t(
	uint value
)

Parameters

value
Type: SystemUInt32
The value of the new mpfr_prec_t.
See Also