  | NMathFunctionsQuartile(Double, Int32) Method | 
            Calculates the specified quartile of the elements in a data set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Quartile(
	double[] data,
	int quartile
)
Public Shared Function Quartile ( 
	data As Double(),
	quartile As Integer
) As Double
public:
static double Quartile(
	array<double>^ data, 
	int quartile
)
static member Quartile : 
        data : float[] * 
        quartile : int -> float Parameters
- data  Double
 - An array of doubles.
 - quartile  Int32
 - A quartile between 0 and 4.
 
Return Value
DoubleQuartile.
Exceptions
See Also