  | NMathFunctionsDecile(Int32, Int32) Method | 
            Calculates the specified decile of the given data.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Decile(
	int[] data,
	int decile
)
Public Shared Function Decile ( 
	data As Integer(),
	decile As Integer
) As Double
public:
static double Decile(
	array<int>^ data, 
	int decile
)
static member Decile : 
        data : int[] * 
        decile : int -> float Parameters
- data  Int32
 - An array of integers.
 - decile  Int32
 - A decile between 0 and 10.
 
Return Value
DoubleDecile.
Exceptions
See Also