ILNumerics - Technical Application Development
Top
The Storage<T> generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Assign | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
![]() | Clone |
Creates a shallow copy of this storage. Does not copy the handles but only the storage object.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Detach |
Makes sure that this array / storage can be written to without affecting any other arrays may sharing data, enabling write access.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Dispose |
Disposes this storage. This releases all attached objects and transfers the storage and associated objects to the pools.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetEnumerator |
Enumerator returning elements as T.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | GetHashCode |
Generate a hash code based on the current element values.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | Release | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
![]() | Retain | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
![]() | ShortInfo() |
Gives a short description about the type, shape and a few element values of this storage.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ShortInfo(Boolean, Boolean, Boolean, Boolean, Boolean) |
Gives a short description. Allows to disable individual info.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToStream | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
![]() | ToString() |
Create a textual representation of this storage.
(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)[ILNumerics Core Module] |
![]() | ToString(UInt32, UInt32, StorageOrders, Boolean, Boolean, Nullable<Int32>) | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
![]() | ToStringScaling | (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.) |
See Also