ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New ILNumerics array initialized with default(T).
Creates a new ILNumerics array of 0.0-valued Double elements. Storage order: ColumnMajor.
[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<double> zeros( long dim0, long dim1, long dim2, long dim3, long dim4 )
Parameters
- dim0
- Type: SystemInt64
Length of dimension #0. - dim1
- Type: SystemInt64
Length of dimension #1. - dim2
- Type: SystemInt64
Length of dimension #2. - dim3
- Type: SystemInt64
Length of dimension #3. - dim4
- Type: SystemInt64
Length of dimension #4.
Return Value
Type: RetArrayDoubleNew ILNumerics array initialized with default(T).
Remarks
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.zeros``1(Int64, Int64, StorageOrders)