[Missing <summary> documentation for "M:Micromanager_net.Generals.StatisticFunction.NORMSINV(System.Double)"]

Namespace:  Micromanager_net.Generals
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static double NORMSINV(
	double p
)
Visual Basic (Declaration)
Public Shared Function NORMSINV ( _
	p As Double _
) As Double
Visual C++
public:
static double NORMSINV(
	double p
)

Parameters

p
Type: System..::.Double

[Missing <param name="p"/> documentation for "M:Micromanager_net.Generals.StatisticFunction.NORMSINV(System.Double)"]

Return Value

[Missing <returns> documentation for "M:Micromanager_net.Generals.StatisticFunction.NORMSINV(System.Double)"]

See Also