ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTDispose Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public void Dispose()

Implements

IDisposableDispose
Remarks

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

Reference