Click or drag to resize

SortingCreateIdentityIndices Method

Creates an array whose elements contain their own indices.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int[] CreateIdentityIndices(
	int count
)

Parameters

count  Int32
The number of indices to create.

Return Value

Int32
An array containing the values 0 through count - 1.
See Also