ILNumerics Ultimate VS

ILMathemptyT Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create empty array with 0 elements of type T.

[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>()

Type Parameters

T
Element type of the array returned.

Return Value

Type: RetArrayT
Empty array with smallest possible number of dimensions and 0 elements.
Remarks

If the current array style is ILNumericsV4 (default) the array returned will have the size [0,1].

[ILNumerics Computing Engine]

See Also

Reference

MathInternal.empty``1(InArrayInt64, StorageOrders)
MathInternal.empty``1(Int64, StorageOrders)