ILNumerics Ultimate VS

MemoryPoolHandleTGetBinLengths Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Return an enumeration of all lengths for memory chunks in bytes that the memory pool is able to manage (allocate).

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.MemoryLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static IEnumerable<UIntPtr> GetBinLengths()

Return Value

Type: IEnumerableUIntPtr
All allowed memory chunk lengths in bytes.
Remarks

[ILNumerics Core Module]

See Also

Reference