|
MemoryManagerMinSizeToCache Property
|
Minimum memory block's size in bytes, which could be cached.
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static int MinSizeToCache { get; set; }
Public Shared Property MinSizeToCache As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks Memory blocks, which size is less than this value, are not cached.
See Also