Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic mpfr_exp_t(
int value
)
Public Sub New (
value As Integer
)
public:
mpfr_exp_t(
int value
)
new :
value : int -> mpfr_exp_t
Parameters
- value
- Type: SystemInt32
The value of the new mpfr_exp_t.
See Also