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 elements starting at 1, increasing by 1 for each next element along the columns.
Note: This API is now obsolete.
Create an array with regularly (stepsize 1) spaced elements in multiple dimensions of provided lenghts.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
[ObsoleteAttribute("Use counter<T>(T,T,long,...) instead, specifying output type T, start, step and sizes explicitly! This overload is kept for compatibility only and will soon be removed!")] public static RetArray<double> counter( params int[] sizes )
Parameters
- sizes
- Type: SystemInt32
Dimension lengths.
Return Value
Type: RetArrayDoubleNew ILNumerics array, initialized with elements starting at 1, increasing by 1 for each next element along the columns.
Remarks
[ILNumerics Computing Engine]
See Also