ILNumerics Ultimate VS

CellStorageCreateSelf4Reshape Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Prepares the return storage. Commonly, this copies the values if needed or gives a self-reference. CellStorage overrides it to ensure proper cloning.

[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 override CellStorage CreateSelf4Reshape(
	Nullable<StorageOrders> order
)

Parameters

order
Type: SystemNullableStorageOrders

Return Value

Type: CellStorage
Remarks

[ILNumerics Core Module]

See Also

Reference