Click or drag to resize
mpfr_t  Conversion (String to mpfr_t)
Converts a string value to an mpfr_t 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 static implicit operator mpfr_t (
	string value
)

Parameters

value
Type: SystemString
A string value.

Return Value

Type: mpfr_t
An mpfr_t value.
Remarks

Base is assumed to be 10 unless the first character of the string is B followed by the base 2 to 62 or -62 to -2 followed by a space and then the floating-point number. Negative values are used to specify that the exponent is in decimal.

See Also