Click or drag to resize
mpfr_exp_t Constructor
Creates a new mpfr_exp_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_exp_t(
	int value
)

Parameters

value
Type: SystemInt32
The value of the new mpfr_exp_t.
See Also