ILNumerics Ultimate VS

ILMathempty Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Note: This API is now obsolete.

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

[ObsoleteAttribute("Use empty<T>() instead, specifying the element type T ('<double>') explicitly!")]
public static RetArray<double> empty()

Return Value

Type: RetArrayDouble
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)