int __stdcall NDK_SORT_ASC | ( | double * | X, |
size_t | N | ||
) |
Returns the sorted sample data.
- Returns
- status code of the operation
- Return values
-
NDK_SUCCESS Operation successful NDK_FAILED Operation unsuccessful. See Macros for full list.
- Remarks
-
- Parameters
-
[in,out] X is the input data sample (a one dimensional array). [in] N is the number of observations in X. - Requirements
-
Header SFSDK.H Library SFSDK.LIB DLL SFSDK.DLL