Click or drag to resize

ExcelFunctionsFDist Method

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


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double FDist(
	double x,
	int degreesFreedom1,
	int degreesFreedom2
)

Parameters

x  Double

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

degreesFreedom1  Int32

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

degreesFreedom2  Int32

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

Return Value

Double

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

See Also