Click or drag to resize
gmp_libfree Method (gmp_randstate_t)
De-allocate the space pointed to by ptr.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void free(
	gmp_randstate_t ptr
)

Parameters

ptr
Type: Math.Gmp.Nativegmp_randstate_t
Pointer to previously allocated memory.
Remarks