WorksheetFunction.Phi(Double) Method

Definition

Returns the value of the density function for a standard normal distribution.

public:
 double Phi(double Arg1);
public double Phi (double Arg1);
Public Function Phi (Arg1 As Double) As Double

Parameters

Arg1
Double

Number for which you want the density of the standard normal distribution.

Returns

DOUBLE

Applies to