Click or drag to resize

ExcelFunctionsPercentile Method

[Missing <summary> documentation for "M:Altaxo.Calc.ExcelFunctions.Percentile(System.Double[],System.Double)"]


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Percentile(
	double[] array,
	double k
)

Parameters

array  Double

[Missing <param name="array"/> documentation for "M:Altaxo.Calc.ExcelFunctions.Percentile(System.Double[],System.Double)"]

k  Double

[Missing <param name="k"/> documentation for "M:Altaxo.Calc.ExcelFunctions.Percentile(System.Double[],System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.ExcelFunctions.Percentile(System.Double[],System.Double)"]

See Also