ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTCreateSelf4Reshape 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. This function is here to enable CellStorage to override.

[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 virtual StorageT CreateSelf4Reshape(
	Nullable<StorageOrders> order
)

Parameters

order
Type: SystemNullableStorageOrders

Return Value

Type: StorageT
Remarks

[ILNumerics Core Module]

See Also

Reference