ILNumerics Ultimate VS

ILMathemptyT Method (Size, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create an empty array of the same size (shape) as another array without clearing the elements.

[ILNumerics Computing Engine]

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

public static RetArray<T> empty<T>(
	Size size,
	StorageOrders order = StorageOrders.ColumnMajor
)

Parameters

size
Type: ILNumericsSize
Size descriptor of the other array A, as acquired by A.S.
order (Optional)
Type: ILNumericsStorageOrders
[Optional] Storage order. Default: ColumnMajor. This setting overrides the storage order of size.

Type Parameters

T
Element type.

Return Value

Type: RetArrayT
Array as specified.
Remarks

[ILNumerics Computing Engine]

See Also

Reference