Click or drag to resize
mpfr_libmpfr_custom_clear Method
Free the space occupied by x.

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 void mpfr_custom_clear(
	mpfr_t x
)

Parameters

x
Type: Math.Mpfr.Nativempfr_t
The operand floating-point number.
Remarks

The behavior of this function for any mpfr_t not initialized with mpfr_custom_init_set is undefined.

Examples
See Also