Click or drag to resize
mpfr_free_cache_t Enumeration
Represents the free cache policies.

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum mpfr_free_cache_t
Members
  Member nameValueDescription
MPFR_FREE_LOCAL_CACHE1 To free the local cache.
MPFR_FREE_GLOBAL_CACHE2 To free the global cache.
See Also