ILNumerics Ultimate VS

ILMathempty Method (Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Note: This API is now obsolete.

Create array with a size determined by dims and uninitialized elements of type Double.

[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(
	params int[] dims
)

Parameters

dims
Type: SystemInt32

Return Value

Type: RetArrayDouble
New array, having the number and lengths of dimensions as specified by dims and and all uninitialized elements.
Remarks

[ILNumerics Computing Engine]

See Also

Reference

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