ILNumerics Ultimate VS

CellStorageNew Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new memory handle of elementLength elements of the IStorage element type.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.StorageLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

protected internal override MemoryHandle New(
	ulong elementLength,
	bool clear = true
)

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: MemoryHandle
The 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

CellStorageNew(UInt64, Boolean)