ILNumerics Ultimate VS

Storage<T> Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The Storage<T> generic type exposes the following members.

Methods

  NameDescription
Public methodAssign (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodClone
Creates a shallow copy of this storage. Does not copy the handles but only the storage object.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodDetach
Makes sure that this array / storage can be written to without affecting any other arrays may sharing data, enabling write access.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodDispose
Disposes this storage. This releases all attached objects and transfers the storage and associated objects to the pools.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetEnumerator
Enumerator returning elements as T.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodGetHashCode
Generate a hash code based on the current element values.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodRelease (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodRetain (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodShortInfo()
Gives a short description about the type, shape and a few element values of this storage.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodShortInfo(Boolean, Boolean, Boolean, Boolean, Boolean)
Gives a short description. Allows to disable individual info.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToStream (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToString()
Create a textual representation of this storage.

[ILNumerics Core Module]

(Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToString(UInt32, UInt32, StorageOrders, Boolean, Boolean, Nullable<Int32>) (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Public methodToStringScaling (Inherited from BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>.)
Top
See Also

Reference