ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New array, having the number and lengths of dimensions as specified by dims and and all uninitialized elements.
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: RetArrayDoubleNew 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)