ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageT Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BaseStorageT, LocalT, InT, OutT, RetT, StorageT generic type exposes the following members.

Methods

  NameDescription
Public methodAssign
Public methodClone
Creates a shallow copy of this storage. Does not copy the handles but only the storage object.

[ILNumerics Core Module]

Public methodStatic memberCreate(T)
Provide a scalar storage with the value of scalar.

[ILNumerics Core Module]

Public methodStatic memberCreate(T, UInt32)
Provide a storage for the provided scalar value.

[ILNumerics Core Module]

Protected methodCreateSelf4Reshape
Prepares the return storage. Commonly, this copies the values if needed or gives a self-reference. This function is here to enable CellStorage to override.

[ILNumerics Core Module]

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]

Public methodDispose
Disposes this storage. This releases all attached objects and transfers the storage and associated objects to the pools.

[ILNumerics Core Module]

Protected methodgetCheckIterator
Public methodGetEnumerator
Enumerator returning elements as T.

[ILNumerics Core Module]

Public methodGetHashCode
Generate a hash code based on the current element values.

[ILNumerics Core Module]

(Overrides ObjectGetHashCode.)
Protected methodNew
Create a new memory handle of elementLength elements of the natural element type of this storage.

[ILNumerics Core Module]

Public methodRelease
Public methodRetain
Protected methodSetValue
Helper method delegating array (long*) indices to individual SetValue(d0,d1,..) dimensional indices. Used by Cells deep indexing.

[ILNumerics Core Module]

Public methodShortInfo
Gives a short description about the type, shape and a few element values of this storage.

[ILNumerics Core Module]

Public methodShortInfo(Boolean, Boolean, Boolean, Boolean, Boolean)
Gives a short description. Allows to disable individual info.

[ILNumerics Core Module]

Public methodToStream
Public methodToString
Create a textual representation of this storage.

[ILNumerics Core Module]

(Overrides ObjectToString.)
Public methodToString(UInt32, UInt32, StorageOrders, Boolean, Boolean, NullableInt32)
Public methodToStringScaling
Protected methodWriteTo_ML_BSDIter_T
Copies values from value, regardless of shape(!) to the parts of this storage as determined by outBSD. No broadcasting!

[ILNumerics Core Module]

Protected methodWriteTo_ML_IterIter_T
Top
See Also

Reference