ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The new handle according to the storage's internal element type.
Create a new memory handle of elementLength elements of the natural element type of this storage.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- elementLength
- Type: SystemUInt64
Number of elements for the new handle. - clear (Optional)
- Type: SystemBoolean
[optional] clear the new memory. Default: false.
Return Value
Type: MemoryHandleThe new handle according to the storage's internal element type.
Remarks
This method is overriden for derived, specialized storages, where the actual element type used in memory differs from T.
[ILNumerics Core Module]
See Also
Reference
LogicalStorageNew(UInt64, Boolean)