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
<FlagsAttribute>
Public Enumeration mpfr_free_cache_t
[FlagsAttribute]
public enum class mpfr_free_cache_t
[<FlagsAttribute>]
type mpfr_free_cache_t
Members
| Member name | Value | Description |
---|
| MPFR_FREE_LOCAL_CACHE | 1 |
To free the local cache.
|
| MPFR_FREE_GLOBAL_CACHE | 2 |
To free the global cache.
|
See Also