ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The number of objects currently stored in this pool.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.MemoryLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: UInt64Remarks
In order to acquire the object count the pool iterates its objects which may introduces a significant cost.
This API is not thread safe! Make sure no other threads interfere during the execution of this method.
[ILNumerics Core Module]
See Also