ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Empty array with smallest possible number of dimensions and 0 elements.
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
Type Parameters
- T
- Element type of the array returned.
Return Value
Type: RetArrayTEmpty 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)