SortingCreateIdentityIndices Method |
Creates an array whose elements contain their own indices.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static int[] CreateIdentityIndices(
int count
)
Parameters
- count Int32
- The number of indices to create.
Return Value
Int32An array containing the values
0 through
count - 1.
See Also