ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Disposes this storage. This releases all attached objects and transfers the storage and associated objects to the pools.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Implements
IDisposableDisposeRemarks
This expects the internal array counter to have the value 0, indicating that no array is around anymore to reference this storage.
In order to finish working with an ILNumerics array, one should call Release on it. This Dispose function is called internally. Users should not call it explicitly.
[ILNumerics Core Module]
See Also