Click or drag to resize

NMathFunctionsSort(Int32) Method

Returns a sorted copy of the given data in ascending order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int[] Sort(
	int[] data
)

Parameters

data  Int32
An array of integers.

Return Value

Int32
Sorted data.
See Also